aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--src/App.vue1
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ba072eda..4af84a59 100644
--- a/index.html
+++ b/index.html
@@ -10,5 +10,6 @@
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
+ <div id="popovers" />
</body>
</html>
diff --git a/src/App.vue b/src/App.vue
index e0d709f7..060fa70a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -73,7 +73,6 @@
<UpdateNotification />
<div id="modal" />
<GlobalNoticeList />
- <div id="popovers" />
</div>
</template>