Fix the terminal to stop glitching out and not displaying unless window is resized.

This commit is contained in:
Dane Everitt
2017-04-14 01:21:38 -04:00
parent 6fb44f7d7b
commit a2b451b990
11 changed files with 478 additions and 603 deletions

View File

@@ -83,7 +83,7 @@
@parent
{!! Theme::js('js/frontend/server.socket.js') !!}
{!! Theme::js('vendor/mousewheel/jquery.mousewheel-min.js') !!}
{!! Theme::js('vendor/terminal/jquery.terminal-0.11.23.min.js') !!}
{!! Theme::js('vendor/terminal/jquery.terminal.min.js') !!}
{!! Theme::js('vendor/terminal/unix_formatting.js') !!}
{!! Theme::js('js/frontend/console.js') !!}
{!! Theme::js('vendor/chartjs/chart.min.js') !!}