File "ajax.js"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/js/src/setup/ajax.js
File size: 226 B
MIME-type:
Charset: utf-8
/* eslint-disable no-unused-vars */
/**
* Dummy implementation of the ajax page loader
*/
var AJAX = {
registerOnload: function (idx, func) {
$(func);
},
registerTeardown: function (idx, func) {
}
};