[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
amd64
/
httpd
/
htdocs
/
phpmyadmin
/
js
/
src
/
setup
/
[
Home
]
File: 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) { } };