Your IP : 172.28.240.42


Current Path : /var/www/html/clients/pv.e-nk.ru/pmaespv/setup/
Upload File :
Current File : /var/www/html/clients/pv.e-nk.ru/pmaespv/setup/ajax.js

/* 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) {
    }
};