summaryrefslogtreecommitdiffstats
path: root/data/js/uploader.js
AgeCommit message (Collapse)AuthorFilesLines
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