aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 2a26772..94be59d 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -44,6 +44,14 @@
</div>
</footer>
+ <script>
+ var Config = {
+ parse: {
+ application_id: '<%= config.parse.application_id %>',
+ javascript_key: '<%= config.parse.javascript_key %>'
+ }
+ };
+ </script>
<script src="/javascripts/app.js"></script>
<script src="/javascripts/parse-interface.js"></script>
<script src="/javascripts/viggle.js"></script>