Skip to content

Commit

Permalink
Fix script tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Jun 11, 2019
1 parent 1ceb692 commit 86d17fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<body>
<div id="explorer"></div>
<div id="overlay"></div>
<script src="./libs/jquery/jquery.js" type="text/javascript"></script>
<script src="./libs/ol3/ol.js" type="text/javascript"></script>
<script src="./libs/w2ui/w2ui.js" type="text/javascript"></script>
<script src="../dist/olexp.js" type="text/javascript"></script>
<script src="./libs/jquery/jquery.js"></script>
<script src="./libs/ol3/ol.js"></script>
<script src="./libs/w2ui/w2ui.js"></script>
<script src="../dist/olexp.js"></script>
<script>
const explorer = new olexp.Explorer('explorer');
const {group, overlay, position, tile, vector} = (() => {
Expand Down

0 comments on commit 86d17fe

Please sign in to comment.