update jquery.terminal to v0.11.23

set new scrollBottomOffset to 5 to hopefully resolve issues with chrome
This commit is contained in:
Jakob Schrettenbrunner 2016-12-10 13:51:07 +01:00
parent c80c6714a1
commit d844c4135c
3 changed files with 40 additions and 39 deletions

View file

@ -27,7 +27,7 @@
@parent
{!! Theme::css('css/jquery.terminal.css') !!}
{!! Theme::js('js/jquery.mousewheel-min.js') !!}
{!! Theme::js('js/jquery.terminal-0.11.22.min.js') !!}
{!! Theme::js('js/jquery.terminal-0.11.23.min.js') !!}
{!! Theme::js('js/unix_formatting.js') !!}
{!! Theme::js('js/vendor/chartjs/chart.min.js') !!}
{!! Theme::js('js/vendor/jquery/jquery-dateFormat.min.js') !!}
@ -197,6 +197,7 @@ $(window).load(function () {
exit: false,
prompt: '{{ $server->username }}:~$ ',
scrollOnEcho: false,
scrollBottomOffset: 5,
onBlur: function (terminal) {
return false;
}