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/popup.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/popup.html')
-rw-r--r-- | ext/popup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/popup.html b/ext/popup.html index ae5685f5..065bcfa1 100644 --- a/ext/popup.html +++ b/ext/popup.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"> </head> <body> @@ -109,6 +110,7 @@ <script src="/js/display/display-resizer.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/structured-content-generator.js"></script> <script src="/js/dom/document-focus-controller.js"></script> |