Update to remove history pagination animation on refresh
This commit is contained in:
parent
f2a441061b
commit
5751578275
1 changed files with 0 additions and 2 deletions
|
@ -355,7 +355,6 @@ $(".ui-refresh-history").click(function () {
|
||||||
$('.search').val('');
|
$('.search').val('');
|
||||||
historyList.search();
|
historyList.search();
|
||||||
$('#history-list').slideUp('fast');
|
$('#history-list').slideUp('fast');
|
||||||
$('.pagination').slideUp('fast');
|
|
||||||
|
|
||||||
resetCheckAuth();
|
resetCheckAuth();
|
||||||
historyList.clear();
|
historyList.clear();
|
||||||
|
@ -367,7 +366,6 @@ $(".ui-refresh-history").click(function () {
|
||||||
$('.search').val(lastKeyword);
|
$('.search').val(lastKeyword);
|
||||||
checkHistoryList();
|
checkHistoryList();
|
||||||
$('#history-list').slideDown('fast');
|
$('#history-list').slideDown('fast');
|
||||||
$('.pagination').slideDown('fast');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue