aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/src/exif.js
Commit message (Collapse)AuthorAgeLines
* Fix photo preview display after submission.Matthew Somerville2016-09-05-1/+13
| | | | | | If the form is submitted and reshown, due to an error or logging in, the image preview is loaded from the server, rather than the client. We need to get the image source data to get the Exif data out of it.
* Patch Dropzone to correctly orient preview images.Matthew Somerville2016-06-20-0/+94
Include a patch file, applied to Dropzone as of version e524e03c, that also includes our previous Opera patch from 445e9a3d. The new minified file is our cut-down exif.js plus the patched dropzone.js.