[Pkg-owncloud-commits] [owncloud] 33/79: Make sure to hide empty content message when mask is shown
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue Sep  1 20:55:36 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit dcd9154f04092a128dbfd4adf3c4a3381d190db7
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Fri Aug 7 15:57:16 2015 +0200
    Make sure to hide empty content message when mask is shown
---
 apps/files/js/filelist.js | 1 +
 1 file changed, 1 insertion(+)
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 417c4b9..34a3c25 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1659,6 +1659,7 @@
 			}
 
 			this.$table.addClass('hidden');
+			this.$el.find('#emptycontent').addClass('hidden');
 
 			$mask = $('<div class="mask transparent"></div>');
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
    
    
More information about the Pkg-owncloud-commits
mailing list