Added the zend framework 2 library, the path is specified in line no.26 in zend_modul...
[openemr.git] / phpmyadmin / setup / ajax.js
blob98d985a4e0b6da76487e1e4d42ad82e24e5f2a70
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     }