Edit->Download should only be enabled if selected books are not available, fixes #59
This commit is contained in:
parent
249b8628d2
commit
5110410eda
2 changed files with 15 additions and 10 deletions
|
|
@ -253,7 +253,7 @@ oml.createLinks = function($element) {
|
|||
}, function(result) {
|
||||
Ox.Request.clearCache();
|
||||
callback(result, addedItems);
|
||||
});
|
||||
});
|
||||
} else {
|
||||
callback(null, []);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue