add scroll down on key down
This commit is contained in:
parent
4fc2359fdc
commit
e5a9f0142f
@ -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
|
||||
|
@ -41,5 +41,8 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
$('html').keypress(function(){
|
||||
scrollToBottom()
|
||||
})
|
||||
});
|
||||
})(OC, window, jQuery);
|
||||
|
Loading…
Reference in New Issue
Block a user