aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorTeddy Wing2013-04-28 11:36:48 -0400
committerTeddy Wing2013-04-28 11:36:48 -0400
commitcf5c3a783a25a5a094be82b41cd66988c073df80 (patch)
treeab19e322b5bd701a504ebc30dedfd7a391944f23 /views
parent1f763cbf0959c5722736a75e30fcc2c76637cd64 (diff)
downloadWho-am-I-cf5c3a783a25a5a094be82b41cd66988c073df80.tar.bz2
Reorganise JS and get characters from lasest video
* Reorganise frontend JavaScript to make it more compartmentalised * Grab characters from the latest video
Diffstat (limited to 'views')
-rw-r--r--views/index.ejs3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 31d31f3..4b800e5 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -16,6 +16,7 @@
<script src="/javascripts/vendor/js-cover-flow/coverflow.js"></script>
<script src="/javascripts/vendor/jquery-2.0.0.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
+ <script src="http://www.parsecdn.com/js/parse-1.2.7.min.js"></script>
<script src="/javascripts/vendor/underscore-min.js"></script>
</head>
<body>
@@ -43,6 +44,8 @@
</div>
</footer>
+ <script src="/javascripts/app.js"></script>
+ <script src="/javascripts/parse-interface.js"></script>
<script src="/javascripts/main.js"></script>
</body>
</html>