repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Translated using Weblate (French)
[phpmyadmin.git]
/
setup
/
ajax.js
blob
98d985a4e0b6da76487e1e4d42ad82e24e5f2a70
1
/* vim: set expandtab sw=4 ts=4 sts=4: */
2
/**
3
* Dummy implementation of the ajax page loader
4
*/
5
var AJAX = {
6
registerOnload: function (idx, func) {
7
$(document).ready(func);
8
},
9
registerTeardown: function (idx, func) {
10
}
11
};