##// END OF EJS Templates
Changed extensions to mimetypes for images in scripts
neko259 -
r1868:982690bd default
parent child Browse files
Show More
@@ -24,7 +24,7 b''
24 24 */
25 25
26 26 var ITEM_VOLUME_LEVEL = 'volumeLevel';
27 var IMAGE_TYPES = ['png', 'jpg', 'jpeg', 'bmp', 'gif'];
27 var IMAGE_TYPES = ['image/png', 'image/jpg', 'image/jpeg', 'image/bmp', 'image/gif'];
28 28
29 29 /**
30 30 * An email is a hidden file to prevent spam bots from posting. It has to be
General Comments 0
You need to be logged in to leave comments. Login now