File "ajax.js"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/js/dist/setup/ajax.js
File size: 210 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