khanat-opennel-code/code/web/public_php/ams/js/custom.js
2016-12-09 16:04:26 +01:00

13 lines
152 B
JavaScript

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