Make sure to hide empty content message when mask is shown

This commit is contained in:
Vincent Petry 2015-08-07 15:57:16 +02:00
parent 78203ecc2f
commit 8e2369f72b
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>');