0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
ajax
/
[
Home
]
File: tiki-ajax.js
function loadComponent(url, template, htmlelement, max_tikitabs, last_user) { xajax.config.requestURI = url; show('ajaxLoading'); xajax_loadComponent(template, htmlelement, max_tikitabs, last_user); } if (typeof xajax != "undefined") { xajax.loadingFunction = function() { show('ajaxLoading'); }; xajax.doneLoadingFunction = function() { hide('ajaxLoading'); }; }