summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-07 15:57:16 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-07 15:57:16 +0200
commit8e2369f72bbc44d9a7129d7ba9672be16c887a72 (patch)
tree40263999478e014b34140065f3e4ee7211022214
parent78203ecc2ffffd9e26e117223d3e7533e52938ea (diff)
downloadnextcloud-server-8e2369f72bbc44d9a7129d7ba9672be16c887a72.tar.gz
nextcloud-server-8e2369f72bbc44d9a7129d7ba9672be16c887a72.zip
Make sure to hide empty content message when mask is shown
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index a7d4e41d0e0..c56c786929a 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1677,6 +1677,7 @@
}
this.$table.addClass('hidden');
+ this.$el.find('#emptycontent').addClass('hidden');
$mask = $('<div class="mask transparent"></div>');