Fixed JS error in trashbin app
This commit is contained in:
parent
3cf0820d35
commit
611075bf20
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,10 @@ Files={
|
|||
}
|
||||
};
|
||||
$(document).ready(function() {
|
||||
// FIXME: workaround for trashbin app
|
||||
if (window.trashBinApp){
|
||||
return;
|
||||
}
|
||||
Files.displayEncryptionWarning();
|
||||
Files.bindKeyboardShortcuts(document, jQuery);
|
||||
|
||||
|
|
Loading…
Reference in a new issue