Edit->Download should only be enabled if selected books are not available, fixes #59

This commit is contained in:
j 2016-01-16 12:05:23 +05:30
commit 5110410eda
2 changed files with 15 additions and 10 deletions

View file

@ -253,7 +253,7 @@ oml.createLinks = function($element) {
}, function(result) {
Ox.Request.clearCache();
callback(result, addedItems);
});
});
} else {
callback(null, []);
}