diff options
Diffstat (limited to 'apps/files/js/app.js')
-rw-r--r-- | apps/files/js/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js index fbfa510e07e..7a3d78f9663 100644 --- a/apps/files/js/app.js +++ b/apps/files/js/app.js @@ -53,9 +53,6 @@ this.$showHiddenFiles = $('input#showhiddenfilesToggle'); var showHidden = $('#showHiddenFiles').val() === "1"; this.$showHiddenFiles.prop('checked', showHidden); - if ($('#fileNotFound').val() === "1") { - OC.Notification.showTemporary(t('files', 'File could not be found')); - } this._filesConfig = new OC.Backbone.Model({ showhidden: showHidden |