Fix pagination should hide on refresh history
This commit is contained in:
@@ -359,6 +359,7 @@ $(".ui-refresh-history").click(function () {
|
||||
$('.search').val('');
|
||||
historyList.search();
|
||||
$('#history-list').slideUp('fast');
|
||||
$('.pagination').hide();
|
||||
|
||||
resetCheckAuth();
|
||||
historyList.clear();
|
||||
|
||||
Reference in New Issue
Block a user