Browse Source
Merge pull request #38332 from nextcloud/pulsejet/patch-dead1
Remove some dead code in files app
pull/38354/head
Simon L
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
apps/files/js/app.js
|
|
|
@ -139,9 +139,6 @@ |
|
|
|
|
|
|
|
this._setupEvents(); |
|
|
|
|
|
|
|
this._debouncedPersistShowHiddenFilesState = _.debounce(this._persistShowHiddenFilesState, 1200); |
|
|
|
this._debouncedPersistCropImagePreviewsState = _.debounce(this._persistCropImagePreviewsState, 1200); |
|
|
|
|
|
|
|
if (sessionStorage.getItem('WhatsNewServerCheck') < (Date.now() - 3600*1000)) { |
|
|
|
OCP.WhatsNew.query(); // for Nextcloud server
|
|
|
|
sessionStorage.setItem('WhatsNewServerCheck', Date.now()); |
|
|
|
|