diff options
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | src/App.vue | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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> |
