Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Show odt files in Device Storage (work around https://bugzil.la/1111427)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 9, 2015
1 parent 5865548 commit b0b8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0b8de1

Please sign in to comment.