summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_preview.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-271-1/+1
| | | | defined in IE10
* fix the ability to remove file previews once uploadedJoramWilander2015-07-221-2/+3
|
* Fixing issues with files trasitioning to relative pathsChristopher Speller2015-07-211-0/+4
|
* Fixing file uploads and previews for new /team/ URL structureChristopher Speller2015-07-211-0/+1
|
* Changed file preview removal from using dataset which is unsupported in ie10 ↵Reed Garmsen2015-06-291-1/+1
| | | | to using the getAttribute method which is backwards and forwards compatible
* first commit=Corey Hulen2015-06-141-0/+54