aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-10 14:01:32 +0100
committerRobin Appelman <icewind@owncloud.com>2014-02-10 14:01:32 +0100
commit753af3a3ff17d9126a738f292b3922981bd5673d (patch)
treec793d68a693ff82d70febb7ad3bce1092037b595 /apps/files/js/files.js
parent1e79369338e8435952e2eda60a2cfc49bb6c4882 (diff)
parent02bdb470498fb8b71f1bc582af2f55795a719c39 (diff)
downloadnextcloud-server-753af3a3ff17d9126a738f292b3922981bd5673d.tar.gz
nextcloud-server-753af3a3ff17d9126a738f292b3922981bd5673d.zip
Merge branch 'master' into storagestatistics-reuse
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