mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-22 23:52:02 +00:00
6f1197d633
HG : Enter commit message. Lines beginning with 'HG:' are removed.
13 lines
152 B
JavaScript
13 lines
152 B
JavaScript
$(document).ready(function () {
|
|
//other things to do on document ready, separated for ajax calls
|
|
docReady();
|
|
});
|
|
|
|
|
|
function docReady() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|