Do not source the xterm assets in the main app

This commit is contained in:
Johannes Zellner
2018-01-16 16:49:34 +01:00
parent 7b8bb5dac4
commit dd6eeac000

View File

@@ -73,12 +73,6 @@
<!-- moment -->
<script type="text/javascript" src="3rdparty/js/moment.min.js"></script>
<!-- xterm -->
<link href="3rdparty/xterm/xterm.css" rel="stylesheet">
<script src="3rdparty/xterm/xterm.js"></script>
<script src="3rdparty/xterm/addons/attach/attach.js"></script>
<script src="3rdparty/xterm/addons/fit/fit.js"></script>
<!-- Main Application -->
<script src="js/index.js"></script>