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

Download   Open   Back

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

PHP File Manager