mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
disable srcollOnEcho for jquery terminal so it will only scroll at the bottom
This commit is contained in:
parent
2a101c0ffd
commit
96462a119f
@ -193,6 +193,7 @@ $(window).load(function () {
|
|||||||
height: 400,
|
height: 400,
|
||||||
exit: false,
|
exit: false,
|
||||||
prompt: '{{ $server->username }}:~$ ',
|
prompt: '{{ $server->username }}:~$ ',
|
||||||
|
scrollOnEcho: false,
|
||||||
onBlur: function (terminal) {
|
onBlur: function (terminal) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user