Made list default messages a little nicer

This commit is contained in:
Dan Brown
2016-07-03 10:12:12 +01:00
parent b0a63ba0cc
commit c25ef18900
5 changed files with 23 additions and 9 deletions

View File

@ -112,7 +112,7 @@ $(function () {
// Common jQuery actions
$('[data-action="expand-entity-list-details"]').click(function() {
$('.entity-list.compact').find('p').slideToggle(240);
$('.entity-list.compact').find('p').not('.empty-text').slideToggle(240);
});