Initial commit
This commit is contained in:
11
#pma/setup/ajax.js
Normal file
11
#pma/setup/ajax.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Dummy implementation of the ajax page loader
|
||||
*/
|
||||
var AJAX = {
|
||||
registerOnload: function (idx, func) {
|
||||
$(document).ready(func);
|
||||
},
|
||||
registerTeardown: function (idx, func) {
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user