aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-02-07 17:47:42 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-02-07 17:47:42 +0100
commit13fa0e2a9d3f89e4479f30b847c7c197276e5537 (patch)
treee20c11a8b291063abef51f50560bb2cfc7bc12e6 /apps/files/js/files.js
parent60cba9962da352d96489e4eb4110612cac49966a (diff)
downloadnextcloud-server-13fa0e2a9d3f89e4479f30b847c7c197276e5537.tar.gz
nextcloud-server-13fa0e2a9d3f89e4479f30b847c7c197276e5537.zip
Fix implied evals and doubled definition of variable
fixes #7119 fixes #7120 fixes #7121 fixes #7122
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r--apps/files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index a535700c1b3..1ec4c4ec7ab 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -405,7 +405,7 @@ $(document).ready(function() {
Files.resizeBreadcrumbs(width, true);
// display storage warnings
- setTimeout ( "Files.displayStorageWarnings()", 100 );
+ setTimeout(Files.displayStorageWarnings, 100);
OC.Notification.setDefault(Files.displayStorageWarnings);
// only possible at the moment if user is logged in