import kepub as epub, http://wiki.mobileread.com/wiki/Kepub
This commit is contained in:
parent
3ba16900e6
commit
b33d066322
4 changed files with 7 additions and 2 deletions
|
|
@ -1011,7 +1011,7 @@ oml.updateDebugMenu = function() {
|
|||
oml.user.ui.showDebugMenu ? menu.show() : menu.hide();
|
||||
};
|
||||
|
||||
oml.supportedExtensions = ['pdf', 'epub', 'cbr', 'cbz'];
|
||||
oml.supportedExtensions = ['pdf', 'epub', 'kepub', 'cbr', 'cbz'];
|
||||
|
||||
oml.upload = function(fileslist, callback) {
|
||||
var files = [], ids = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue