diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-25 18:16:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 18:16:07 -0400 |
commit | a9710b8acf6370f229098b172eb2a3aa65ae5dc7 (patch) | |
tree | 956fe3cc2c2d2ad50f98beb2d7e2e9e88a673fc1 /ext/js/display/display.js | |
parent | 3f738898743804fa07c449063bf3065af00e5aa2 (diff) |
Rename CSS class names "pitch-accent" to "pronunciation" (#1850)
* pitch-accents => pronunciations
* Update dataset property names
* pitch-accent-dictionary => pronunciation-dictionary
* Update styles
* Update template name
* Update attributes
Diffstat (limited to 'ext/js/display/display.js')
-rw-r--r-- | ext/js/display/display.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 12486a72..9f1de06e 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -838,9 +838,9 @@ class Display extends EventDispatcher { data.frequencyDisplayMode = `${options.general.frequencyDisplayMode}`; data.termDisplayMode = `${options.general.termDisplayMode}`; data.enableSearchTags = `${options.scanning.enableSearchTags}`; - data.showPitchAccentDownstepNotation = `${options.general.showPitchAccentDownstepNotation}`; - data.showPitchAccentPositionNotation = `${options.general.showPitchAccentPositionNotation}`; - data.showPitchAccentGraph = `${options.general.showPitchAccentGraph}`; + data.showPronunciationText = `${options.general.showPitchAccentDownstepNotation}`; + data.showPronunciationDownstepPosition = `${options.general.showPitchAccentPositionNotation}`; + data.showPronunciationGraph = `${options.general.showPitchAccentGraph}`; data.debug = `${options.general.debugInfo}`; data.popupDisplayMode = `${options.general.popupDisplayMode}`; data.popupCurrentIndicatorMode = `${options.general.popupCurrentIndicatorMode}`; |