summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html
index d653380431..e56209a20f 100644
--- a/app/index.html
+++ b/app/index.html
@@ -6,7 +6,7 @@
</head>
<body>
<div id="app" class="app-container"></div>
- <script src="./index.js" data-container="#app"></script>
+ <script src="./index.js"></script>
<script>
if (process.env.BROWSER_SYNC_CLIENT_URL) {
const current = document.currentScript;