Skip to content

Commit

Permalink
fix main test file to load clappr/zepto before instantiating parser
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Dec 19, 2015
1 parent 8e4414e commit 9789f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<section class="container">
<div class="main">
<p id='external-js-panel'>
Add external plugins:
Add external plugins:
<input id="js-link" type="url" placeholder="http://clappr.io/ex-plugin.js" style="width: 200px;">
<button id="btn-link" onclick="addExternal()">+</button>
</p>
Expand All @@ -66,9 +66,9 @@
</div>
</section>
<footer class="footer"></footer>
<script type="text/javascript" charset="utf-8" src="latest/clappr.js"></script>
<script type="text/javascript" charset="utf-8" src="j/main.js"></script>
<script type="text/javascript" charset="utf-8" src="j/editor/ace.js"></script>
<script type="text/javascript" charset="utf-8" src="latest/clappr.js"></script>
<script>
var urlParams;
(function() {
Expand Down

0 comments on commit 9789f0e

Please sign in to comment.