khanat-code-old/code/web/public_php/ams/js/custom.js
2015-12-13 21:04:37 +02:00

13 lines
152 B
JavaScript

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