summaryrefslogtreecommitdiff
path: root/python.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-04 16:55:36 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-04 16:55:36 +0200
commit3752341cf43043fe89742baff35ad74df9fe0f4d (patch)
tree05d7cabe2e55c3f0d4454e32951e74dfffc9ca77 /python.html
parent3a6dce51204e33fb063c504b442822067b1ac008 (diff)
Initial Python intepreter implementation
Using the new codeq.console library.
Diffstat (limited to 'python.html')
-rw-r--r--python.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.html b/python.html
index 4e3b788..798f60c 100644
--- a/python.html
+++ b/python.html
@@ -15,6 +15,7 @@
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- App -->
<link rel="stylesheet" href="css/codeq.css" type="text/css">
+ <link rel="stylesheet" href="css/codeq/console.css" type="text/css">
</head>
<body>
@@ -80,8 +81,6 @@
<!-- jQuery stuff -->
<script src="js/jquery/jquery-1.11.3.js"></script>
- <script src="js/jquery/jquery.terminal-0.8.8.js"></script>
- <!--script src="js/jquery/jquery.console.js"></script>
<!-- Q promise library -->
<script src="js/q.js"></script>
<!-- Bootstrap -->
@@ -96,6 +95,7 @@
<!-- codeq app -->
<script src="js/codeq.js"></script>
<script src="js/codeq/comms.js"></script>
+ <script src="js/codeq/console.js"></script>
<script src="js/def_parser.js"></script>
<script src="js/python.js"></script>
</body>