Skip to content

Commit

Permalink
Merge pull request #28 from dansup/master
Browse files Browse the repository at this point in the history
Fix admin template
  • Loading branch information
dansup authored Sep 3, 2016
2 parents a67f26e + 46192fc commit 0f0d305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ <h2 class="subtitle">
</div>
</footer>
<script async type="text/javascript" src="../js/bulma.js"></script>
<script async type="text/javascript" src="../demo/jquery.js"></script>
<script async type="text/javascript" src="../demo/raphael.min.js"></script>
<script async type="text/javascript" src="../demo/morris.js"></script>
<script async type="text/javascript" src="../demo/admin.js"></script>
<script type="text/javascript" src="../demo/jquery.js"></script>
<script type="text/javascript" src="../demo/raphael.min.js"></script>
<script type="text/javascript" src="../demo/morris.js"></script>
<script type="text/javascript" src="../demo/admin.js"></script>
</body>
</html>

0 comments on commit 0f0d305

Please sign in to comment.