mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 16:34:33 +00:00
Fix pagination should hide on refresh history
This commit is contained in:
parent
53223b5e2c
commit
091e7271e0
@ -359,6 +359,7 @@ $(".ui-refresh-history").click(function () {
|
||||
$('.search').val('');
|
||||
historyList.search();
|
||||
$('#history-list').slideUp('fast');
|
||||
$('.pagination').hide();
|
||||
|
||||
resetCheckAuth();
|
||||
historyList.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user