File "ajax.js"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/js/setup/ajax.js
File size: 268 B
MIME-type:
Charset: utf-8

Download   Open   Back

/* vim: set expandtab sw=4 ts=4 sts=4: */
/* 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