Fix pagination should hide on refresh history
This commit is contained in:
parent
53223b5e2c
commit
091e7271e0
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ $(".ui-refresh-history").click(function () {
|
|||
$('.search').val('');
|
||||
historyList.search();
|
||||
$('#history-list').slideUp('fast');
|
||||
$('.pagination').hide();
|
||||
|
||||
resetCheckAuth();
|
||||
historyList.clear();
|
||||
|
|
Loading…
Reference in a new issue