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