khanat-code-old/code/web/public_php/ams/js/custom.js
botanic 80660b5146 FIX #200
dont crash when neldb is missing
2014-09-11 10:50:34 -07:00

13 lines
152 B
JavaScript

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