[FileManager]update FileManager(tizen_2.1)
[samples/web/FileManager.git] / js / app.helpers.js
index 5cc3311..f8208d4 100644 (file)
@@ -107,7 +107,7 @@ function Helpers() {
                        } else if (ext === '.mp3') {
                                mime = 'audio/mp3';
                        } else if (ext === '.txt' || ext === '.doc' || ext === '.html' || ext === '.ppt' || ext === '.xls' || ext === '.pdf') {
-                               mime = 'text/*';
+                               //mime = 'text/*';
                        }
 
                        return mime;