Skip to content

Commit

Permalink
load error logging library
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Eibrink-Lunzenauer committed Apr 10, 2019
1 parent 14ab0bd commit d63aba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/polls/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<script src="<?= $ASSETS ?>rangeslider-2.3.2/rangeslider.min.js"></script>
<script src="<?= $ASSETS ?>underscore-1.9.1/underscore-min.js"></script>
<script src="<?= \Assets::javascript_path('mathjax/MathJax.js?config=TeX-AMS_HTML,default') ?>"></script>
<script src="https://cdn.ravenjs.com/3.26.2/raven.min.js" crossorigin="anonymous"></script>
<script charset="utf-8" src="<?= $PLGNURL ?>/dist/polls.js?v=<?= htmlReady($PLGNVRSN) ?>"></script>

</body>
Expand Down

0 comments on commit d63aba7

Please sign in to comment.