Fix pagination should hide on refresh history

This commit is contained in:
Wu Cheng-Han 2017-01-16 12:24:40 +08:00
parent 53223b5e2c
commit 091e7271e0

View file

@ -359,6 +359,7 @@ $(".ui-refresh-history").click(function () {
$('.search').val('');
historyList.search();
$('#history-list').slideUp('fast');
$('.pagination').hide();
resetCheckAuth();
historyList.clear();