From b0b8de1d2498f42e4247e9ab301eb700f5657c47 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Fri, 9 Jan 2015 02:34:40 +0100 Subject: [PATCH] Show odt files in Device Storage (work around https://bugzil.la/1111427) --- scripts/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/io.js b/scripts/io.js index 0d05ac4..479eddf 100644 --- a/scripts/io.js +++ b/scripts/io.js @@ -159,7 +159,7 @@ firetext.io.enumerate = function (directory, callback) { if (!thisFile[1] | thisFile[3] != 'text/html' && thisFile[3] != 'text/plain' && - thisFile[3] != 'application/vnd.oasis.opendocument.text') { /* 0.4 && + thisFile[2] != '.odt') { /* 0.4 && thisFile[3] != 'application/vnd.openxmlformats-officedocument.wordprocessingml.document') {*/ cursor.continue(); return;