mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 23:39:06 +00:00
14 lines
152 B
JavaScript
14 lines
152 B
JavaScript
|
$(document).ready(function () {
|
||
|
//other things to do on document ready, separated for ajax calls
|
||
|
docReady();
|
||
|
});
|
||
|
|
||
|
|
||
|
function docReady() {
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|