We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a4410 commit 5751578Copy full SHA for 5751578
1 file changed
public/js/cover.js
@@ -355,7 +355,6 @@ $(".ui-refresh-history").click(function () {
355
$('.search').val('');
356
historyList.search();
357
$('#history-list').slideUp('fast');
358
- $('.pagination').slideUp('fast');
359
360
resetCheckAuth();
361
historyList.clear();
@@ -367,7 +366,6 @@ $(".ui-refresh-history").click(function () {
367
366
$('.search').val(lastKeyword);
368
checkHistoryList();
369
$('#history-list').slideDown('fast');
370
- $('.pagination').slideDown('fast');
371
});
372
373
0 commit comments