Fixed JS error in trashbin app

remotes/origin/stable6
Vincent Petry 11 years ago
parent 3cf0820d35
commit 611075bf20
  1. 4
      apps/files/js/files.js

@ -182,6 +182,10 @@ Files={
}
};
$(document).ready(function() {
// FIXME: workaround for trashbin app
if (window.trashBinApp){
return;
}
Files.displayEncryptionWarning();
Files.bindKeyboardShortcuts(document, jQuery);

Loading…
Cancel
Save