mirror of https://github.com/status-im/codimd.git
Update to remove history pagination animation on refresh
This commit is contained in:
parent
f2a441061b
commit
5751578275
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue