summaryrefslogtreecommitdiffstats
path: root/data/js/uploader.js
AgeCommit message (Collapse)AuthorFilesLines
2015-06-05Move public files to ./public_htmlFlorian Pritz1-133/+0
./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-21Fix missing 2nd tab when repastingFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-06Fix upload_form file inputs in firefoxFlorian Pritz1-1/+1
Selecting a file creates a new file input, but in firefox that new input will contains the same files as the one that was cloned so when the user hit upload the file will be uploaded twice. This does not affect chromium. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-05Explicitly load vendor js in modules that need themJoakim Reinert1-1/+1
2015-05-05Refactor file uploader jsJoakim Reinert1-0/+132