Skip to content

Commit 091e727

Browse files
committed
Fix pagination should hide on refresh history
1 parent 53223b5 commit 091e727

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/cover.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ $(".ui-refresh-history").click(function () {
359359
$('.search').val('');
360360
historyList.search();
361361
$('#history-list').slideUp('fast');
362+
$('.pagination').hide();
362363

363364
resetCheckAuth();
364365
historyList.clear();

0 commit comments

Comments
 (0)