Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #15 from rinfield/topic/fix-script-src
Browse files Browse the repository at this point in the history
Fix broken script src
  • Loading branch information
sjrd authored Feb 1, 2017
2 parents 7eaed3f + 3761c93 commit f82690a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index-fastopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1>Example Scala.js application - fast-optimized version</h1>
<div id="playground">
</div>

<script type="text/javascript" src="./target/scala-2.11/example-fastopt.js"></script>
<script type="text/javascript" src="./target/scala-2.11/example-launcher.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-fastopt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>

</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1>Example Scala.js application - full-optimized version</h1>
<div id="playground">
</div>

<script type="text/javascript" src="./target/scala-2.11/example-opt.js"></script>
<script type="text/javascript" src="./target/scala-2.11/example-launcher.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-opt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>

</body>
</html>

0 comments on commit f82690a

Please sign in to comment.