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