Skip to content

Commit 5751578

Browse files
committed
Update to remove history pagination animation on refresh
1 parent f2a4410 commit 5751578

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

public/js/cover.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ $(".ui-refresh-history").click(function () {
355355
$('.search').val('');
356356
historyList.search();
357357
$('#history-list').slideUp('fast');
358-
$('.pagination').slideUp('fast');
359358

360359
resetCheckAuth();
361360
historyList.clear();
@@ -367,7 +366,6 @@ $(".ui-refresh-history").click(function () {
367366
$('.search').val(lastKeyword);
368367
checkHistoryList();
369368
$('#history-list').slideDown('fast');
370-
$('.pagination').slideDown('fast');
371369
});
372370
});
373371

0 commit comments

Comments
 (0)