diff options
Diffstat (limited to 'python.html')
-rw-r--r-- | python.html | 4 |
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> |