Add epub file type

This commit is contained in:
Jermolene 2016-11-14 15:14:33 +00:00
parent b8cbc07c54
commit 632e062749
1 changed files with 1 additions and 0 deletions

View File

@ -1934,6 +1934,7 @@ $tw.boot.startup = function(options) {
$tw.utils.registerFileType("application/enex+xml","utf8",".enex");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","base64",".xlsx");
$tw.utils.registerFileType("application/x-bibtex","utf8",".bib");
$tw.utils.registerFileType("application/epub+zip","base64",".epub");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();
// Install built in tiddler fields modules