summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-09-17 10:01:28 +0200
committerRobert Zorko <robertz@gurucue.com>2015-09-17 10:01:28 +0200
commit9fde9cb6cbb628fb882101385009d3b9387dc33d (patch)
tree9063f0769c81ba38cb8330ba24ae47d137fb5968 /index.html
parentd7d03438ad84376c516a7bd7b2ae28b746637c1c (diff)
improvments to the state machine (states can now be registered) and those improvments are now used for the existing two states (plus some code general code cleanup)
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 036641f..ad38b69 100644
--- a/index.html
+++ b/index.html
@@ -135,6 +135,8 @@
<script src="js/prolog.js"></script>
<script src="js/python.js"></script>
<script src="js/codeq/stateMachine.js"></script>
+ <script src="js/codeq/login.js"></script>
+ <script src="js/codeq/mainScreen.js"></script>
<script src="js/codeq/startup.js"></script>
</body>
</html>