summaryrefslogtreecommitdiff
path: root/example/src/main/resources/index-dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/resources/index-dev.html')
-rw-r--r--example/src/main/resources/index-dev.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/src/main/resources/index-dev.html b/example/src/main/resources/index-dev.html
index b102613..364241b 100644
--- a/example/src/main/resources/index-dev.html
+++ b/example/src/main/resources/index-dev.html
@@ -3,6 +3,7 @@
<head>
<title>Example Scala.js application</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <script type="text/javascript" src="/workbench.js"></script>
</head>
<body style="margin: 0px">
@@ -11,7 +12,7 @@
</div>
<script type="text/javascript" src="../example-fastopt.js"></script>
-<script type="text/javascript" src="/workbench.js"></script>
+
<script>
ScalaJSExample().main();
</script>