/
home
/
sjslayjy
/
public_html
/
ccbfsoution
/
public
/
phpMyAdmin
/
js
/
src
/
setup
/
Upload File
HOME
/* eslint-disable no-unused-vars */ /** * Dummy implementation of the ajax page loader */ var AJAX = { registerOnload: function (idx, func) { $(func); }, registerTeardown: function (idx, func) { } };