mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 15:29:02 +00:00
460298c773
TODO: add files to database TODO: hash folder to stick files in
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() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|