b0y-101 Mini Shell


Current Path : E:/phpMyAdmin/js/src/setup/
File Upload :
Current File : E:/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) {
    }
};

Copyright © 2019 by b0y-101