diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-17 10:26:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 10:26:20 -0400 |
commit | 4a2b824371e7e2c0f576805631f3ccf29d2c0ad3 (patch) | |
tree | e479b976180ceb159c25634cb64e279455e09e52 /ext/search.html | |
parent | 41fc76d6fd6af9a880ac8b75e7b03afd1395780a (diff) |
Display pronunciation separation (#1833)
* Create PronunciationGenerator
* Update DisplayGenerator
* Update templates
* Move pronunciation styles to a separate file
* Simplify pitch-accents-preview.html
Diffstat (limited to 'ext/search.html')
-rw-r--r-- | ext/search.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html index 44d3c680..beceeb18 100644 --- a/ext/search.html +++ b/ext/search.html @@ -13,6 +13,7 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/material.css"> <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"> <link rel="stylesheet" type="text/css" href="/css/search.css"> </head> @@ -93,6 +94,7 @@ <script src="/js/display/display-notification.js"></script> <script src="/js/display/element-overflow-controller.js"></script> <script src="/js/display/option-toggle-hotkey-handler.js"></script> +<script src="/js/display/pronunciation-generator.js"></script> <script src="/js/display/query-parser.js"></script> <script src="/js/display/search-action-popup-controller.js"></script> <script src="/js/display/search-display-controller.js"></script> |