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('');
 | 
					    $('.search').val('');
 | 
				
			||||||
    historyList.search();
 | 
					    historyList.search();
 | 
				
			||||||
    $('#history-list').slideUp('fast');
 | 
					    $('#history-list').slideUp('fast');
 | 
				
			||||||
 | 
					    $('.pagination').hide();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    resetCheckAuth();
 | 
					    resetCheckAuth();
 | 
				
			||||||
    historyList.clear();
 | 
					    historyList.clear();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user