summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/inventoryApp/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/inventoryApp/src/index.html')
-rw-r--r--sdnr/wt/odlux/apps/inventoryApp/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/inventoryApp/src/index.html b/sdnr/wt/odlux/apps/inventoryApp/src/index.html
index d24358e18..0cdb9e93b 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/src/index.html
+++ b/sdnr/wt/odlux/apps/inventoryApp/src/index.html
@@ -17,7 +17,7 @@
// run the application
require(["app", "inventoryApp"], function (app, inventoryApp) {
inventoryApp.register();
- app("./app.tsx");
+ app("./app.tsx").runApplication();
});
</script>
</body>