Merge pull request #18125 from owncloud/filelist-emptycontentduringmask

Make sure to hide empty content message when mask is shown
This commit is contained in:
Jan-Christoph Borchardt 2015-08-07 18:33:46 +02:00
commit 09ca2e0291
1 changed files with 1 additions and 0 deletions

View File

@ -1677,6 +1677,7 @@
}
this.$table.addClass('hidden');
this.$el.find('#emptycontent').addClass('hidden');
$mask = $('<div class="mask transparent"></div>');