1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-26 02:52:30 +01:00

disable srcollOnEcho for jquery terminal so it will only scroll at the bottom

This commit is contained in:
Jakob Schrettenbrunner 2016-12-09 23:50:51 +01:00
parent 2a101c0ffd
commit 96462a119f

View File

@ -193,6 +193,7 @@ $(window).load(function () {
height: 400,
exit: false,
prompt: '{{ $server->username }}:~$ ',
scrollOnEcho: false,
onBlur: function (terminal) {
return false;
}