aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-01-17 15:35:32 -0800
committerChristine Dodrill <me@christine.website>2017-01-17 15:35:32 -0800
commiteb67276b555cac24f6bf3067055234c25b9e7364 (patch)
tree31affb7405feb193738cb647e1320321b26ac4b4
parentfd606658a73f1a764726621fdeb3f973e72c50a9 (diff)
downloadxesite-eb67276b555cac24f6bf3067055234c25b9e7364.tar.xz
xesite-eb67276b555cac24f6bf3067055234c25b9e7364.zip
frontend: add comments with Carnival
-rw-r--r--frontend/support/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/support/index.html b/frontend/support/index.html
index 65d0e6c..a13904a 100644
--- a/frontend/support/index.html
+++ b/frontend/support/index.html
@@ -14,5 +14,9 @@
<div id="app"></div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script>
+ <script src="https://carnivalapp.io/sites/620/init.js"></script>
+ <script>
+ document.addEventListener("DOMContentLoaded", Carnival.init);
+ </script>
</body>
</html>