aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html')
-rw-r--r--sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html b/sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html
index fce395d33..8cb775be2 100644
--- a/sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html
+++ b/sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
- <link rel="stylesheet" href="./vendor.css" >
+ <!-- <link rel="stylesheet" href="./vendor.css" > -->
<title>PM History Application</title>
</head>
@@ -15,7 +15,8 @@
<script type="text/javascript" src="./config.js"></script>
<script>
// run the application
- require(["app","performanceHistoryApp"], function (app, performanceHistoryApp) {
+ require(["app", "connectApp", "performanceHistoryApp"], function (app, connectApp, performanceHistoryApp) {
+ connectApp.register();
performanceHistoryApp.register();
app("./app.tsx").runApplication();
});