diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-13 19:48:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 19:48:22 -0500 |
commit | 3edc35691b7e20548bfcbbefd42f4ec8991f89f7 (patch) | |
tree | 2df3849bd30bad7dda4bf7ed1acb144b521cf1e9 /ext/mixed/display-templates.html | |
parent | 3dd05eb400400407e254aaaa2d063833167591af (diff) |
Display updates (#1024)
* Update display generation to use new format assumptions
* Simplify how debug information is presented
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index fed252a1..08028f7b 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -21,7 +21,7 @@ <div class="term-entry-body-section term-pitch-accent-container"><ol class="term-entry-body-section-content term-pitch-accent-group-list"></ol></div> <div class="term-entry-body-section term-definition-container"><ol class="term-entry-body-section-content term-definition-list"></ol></div> </div> - <pre class="debug-info"></pre> + <div class="debug-info"><a class="debug-log-link">Log debug info to console</a></div> </div></template> <template id="term-expression-template"><div class="term-expression"><span class="term-expression-text source-text"></span><div class="term-expression-details"> <button class="action-button action-play-audio" data-icon="play-audio" title="Play audio"></button> |