in docs.js [67:70]
function isImage(file) { var reg = /(.*)\.(jpg|jpeg|png|bmp|gif|ico|pcx|tif|tiff|raw|tga|webp|svg)$/; return reg.test(file) }