support txt drag and drop
This commit is contained in:
parent
637feaee55
commit
709e067e14
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ oml.updateDebugMenu = function() {
|
|||
oml.user.ui.showDebugMenu ? menu.show() : menu.hide();
|
||||
};
|
||||
|
||||
oml.supportedExtensions = ['pdf', 'epub', 'kepub', 'cbr', 'cbz'];
|
||||
oml.supportedExtensions = ['pdf', 'epub', 'kepub', 'cbr', 'cbz', 'txt'];
|
||||
|
||||
oml.upload = function(fileslist, callback) {
|
||||
var files = [], ids = [];
|
||||
|
|
Loading…
Reference in a new issue