Bug 8028 - Followup
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
5a104d6e6a
commit
04e95e11d7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
rowCountPending = $("#pendingt tbody.filterclass tr").length;
|
||||
rowCountReceived = $("#receivedt tbody.filterclass tr").length;
|
||||
if (rowCountPending > rowsToCollapse && $.cookie("pendingKeepExpanded") != 1 ) { pendingCollapse(); }
|
||||
if (rowCountPending > rowsToCollapse ) { if ( $.cookie("pendingKeepExpanded") != 1 ) { pendingCollapse(); } else { pendingExpand(); } }
|
||||
if (rowCountReceived > rowsToCollapse ) { if ( $.cookie("receivedKeepExpanded") != 1 ) { receivedCollapse(); } else { receivedExpand(); } }
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue