git ssb

30+

cel / git-ssb-web



Commit 629be2030e676f2d84c96519aff0149cac166d78

Handle more image types

cel committed on 8/18/2018, 9:09:42 PM
Parent: 923b006ef1f00967247a9178711ebccebf8785c8

Files changed

lib/util.jschanged
lib/util.jsView
@@ -11,8 +11,10 @@
1111 jpg: 'image/jpeg',
1212 gif: 'image/gif',
1313 tif: 'image/tiff',
1414 svg: 'image/svg+xml',
15 + xcf: 'image/x-xcf',
16 + ico: 'image/x-icon',
1517 bmp: 'image/bmp'
1618 }
1719
1820 u.getExtension = function(filename) {

Built with git-ssb-web