khanat-code-old/code/web/public_php/ams/js/custom.js
2017-03-15 20:43:10 +01:00

13 lines
152 B
JavaScript
Executable file

$(document).ready(function () {
//other things to do on document ready, separated for ajax calls
docReady();
});
function docReady() {
}