diff options
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r-- | ext/action-popup.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html index b60e7055..d86fe2ac 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -12,6 +12,7 @@ <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/action-popup.css"> + <script src="/js/pages/action-popup-main.js" type="module"></script> </head> <body> @@ -81,8 +82,5 @@ </a> </div> -<!-- Scripts --> -<script src="/js/pages/action-popup-main.js" type="module"></script> - </body> </html> |