add scroll down on key down

This commit is contained in:
Adphi 2019-01-19 18:09:39 +01:00
parent 4fc2359fdc
commit e5a9f0142f
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,4 @@
# OCCWeb terminal # Test Nextcloud App
A web terminal for admins to launch Nextcloud's occ commands
Place this app in **nextcloud/apps/** Place this app in **nextcloud/apps/**
## Building the app ## Building the app

View File

@ -41,5 +41,8 @@
} }
}); });
}); });
$('html').keypress(function(){
scrollToBottom()
})
}); });
})(OC, window, jQuery); })(OC, window, jQuery);