typo
This commit is contained in:
		
							parent
							
								
									13f4de8c14
								
							
						
					
					
						commit
						274f9fc7a8
					
				| @ -77,8 +77,8 @@ $(document).ready(function() { | |||||||
|     $(document).keyup(function(e) { |     $(document).keyup(function(e) { | ||||||
|         if($(e.target).is('input', 'textarea')){ return; } |         if($(e.target).is('input', 'textarea')){ return; } | ||||||
|         if (e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) { return; } |         if (e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) { return; } | ||||||
|         if (e.keyCode == 37 && $("[rel='prev']").length) { |         if (e.keyCode == 37 && $("[rel='previous']").length) { | ||||||
|             window.location.href = $("[rel='pref']").attr("href"); |             window.location.href = $("[rel='previous']").attr("href"); | ||||||
|         } |         } | ||||||
|         else if (e.keyCode == 39 && $("[rel='next']").length) { |         else if (e.keyCode == 39 && $("[rel='next']").length) { | ||||||
|             window.location.href = $("[rel='next']").attr("href"); |             window.location.href = $("[rel='next']").attr("href"); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user