2311731fae
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() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|