add scroll down on key down
This commit is contained in:
		@@ -1,8 +1,4 @@
 | 
			
		||||
# OCCWeb terminal
 | 
			
		||||
 | 
			
		||||
A web terminal for admins to launch Nextcloud's occ commands
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Test Nextcloud App
 | 
			
		||||
Place this app in **nextcloud/apps/**
 | 
			
		||||
 | 
			
		||||
## Building the app
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -41,5 +41,8 @@
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
    $('html').keypress(function(){
 | 
			
		||||
      scrollToBottom()
 | 
			
		||||
    })
 | 
			
		||||
  });
 | 
			
		||||
})(OC, window, jQuery);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user