diff options
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/popup.html b/ext/popup.html index 30e8a8c0..2b55df5d 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -15,6 +15,7 @@ <link rel="stylesheet" type="text/css" href="/css/display.css"> <link rel="stylesheet" type="text/css" href="/css/display-pronunciation.css"> <link rel="stylesheet" type="text/css" href="/css/structured-content.css"> + <script src="/js/display/popup-main.js" type="module"></script> </head> <body> @@ -92,8 +93,5 @@ <div id="popup-menus"></div> -<!-- Scripts --> -<script src="/js/display/popup-main.js" type="module"></script> - </body> </html> |