From 6fd084243b65a556d4775209ba3916145ef5912a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 12 May 2014 19:54:20 +0200 Subject: Fixed many issues, clean up - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now) --- apps/files/js/file-upload.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/files/js/file-upload.js') diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 0ca2852f9f6..6b0ca793681 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -460,7 +460,6 @@ OC.Upload = { $('#uploadprogresswrapper input.stop').fadeOut(); $('#uploadprogressbar').fadeOut(); - Files.updateStorageStatistics(); }); fileupload.on('fileuploadfail', function(e, data) { OC.Upload.log('progress handle fileuploadfail', e, data); @@ -471,8 +470,6 @@ OC.Upload = { } }); - } else { - console.log('skipping file progress because your browser is broken'); } } -- cgit v1.2.3