summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 26430f9..ba183df 100644
--- a/client/index.html
+++ b/client/index.html
@@ -75,7 +75,8 @@
<!-- Include services -->
<script src="./js/services/Identity.js"></script>
<script src="./js/services/Image.js"></script>
-
+ <script src="./js/services/Compute.js"></script>
+
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>
<script src="./js/controllers/status.js"></script>