aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/index.html')
-rw-r--r--sdnr/wt/odlux/framework/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/src/index.html b/sdnr/wt/odlux/framework/src/index.html
index 36d937775..3c59b1580 100644
--- a/sdnr/wt/odlux/framework/src/index.html
+++ b/sdnr/wt/odlux/framework/src/index.html
@@ -16,7 +16,7 @@
<script>
// run the application
require(["run"], function (run) {
- run.runApplication();
+ run.runApplication();
});
</script>
</body>