From 5751578275bd505ea613c77ab997a6ee29b1c1ee Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 15 Jan 2017 17:23:33 +0800 Subject: Update to remove history pagination animation on refresh --- public/js/cover.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'public/js/cover.js') diff --git a/public/js/cover.js b/public/js/cover.js index a8d8ecfe..15f3e9c1 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -355,7 +355,6 @@ $(".ui-refresh-history").click(function () { $('.search').val(''); historyList.search(); $('#history-list').slideUp('fast'); - $('.pagination').slideUp('fast'); resetCheckAuth(); historyList.clear(); @@ -367,7 +366,6 @@ $(".ui-refresh-history").click(function () { $('.search').val(lastKeyword); checkHistoryList(); $('#history-list').slideDown('fast'); - $('.pagination').slideDown('fast'); }); }); -- cgit v1.2.3