| Current Path : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/js/dist/setup/ |
| Current File : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/js/dist/setup/ajax.js |
/* eslint-disable no-unused-vars */
/**
* Dummy implementation of the ajax page loader
*/
var AJAX = {
registerOnload: function (idx, func) {
$(func);
},
registerTeardown: function (idx, func) {}
};