khanat-opennel-code/code/web/public_php/ams/js/custom.js
botanic 460298c773 Upload button setup
TODO: add files to database
TODO: hash folder to stick files in
2014-09-04 19:58:04 -07:00

13 lines
152 B
JavaScript

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