Your IP : 3.138.143.105


Current Path : /usr/share/phpMyAdmin/js/src/setup/
Upload File :
Current File : //usr/share/phpMyAdmin/js/src/setup/ajax.js

/* eslint-disable no-unused-vars */
/**
 * Dummy implementation of the ajax page loader
 */
var AJAX = {
    registerOnload: function (idx, func) {
        $(func);
    },
    registerTeardown: function (idx, func) {
    }
};