Fixed JS error in trashbin app
This commit is contained in:
parent
3cf0820d35
commit
611075bf20
|
@ -182,6 +182,10 @@ Files={
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
// FIXME: workaround for trashbin app
|
||||||
|
if (window.trashBinApp){
|
||||||
|
return;
|
||||||
|
}
|
||||||
Files.displayEncryptionWarning();
|
Files.displayEncryptionWarning();
|
||||||
Files.bindKeyboardShortcuts(document, jQuery);
|
Files.bindKeyboardShortcuts(document, jQuery);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue