diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-24 13:38:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 13:38:48 -0400 |
commit | 3089bb7908e42e9101241476f700033df82e685d (patch) | |
tree | 47fa735e94a220d404cfc4fe86cd99d1df3c3ca6 /ext/bg/settings.html | |
parent | a595a0a48193f28f248191d146f5e476a2f04df6 (diff) |
Settings refactor (#541)
* Remove debug info
* Trigger onOptionsUpdated instead of formWrite when profile changes
* Update how Anki field changes are observed
* Update how general.enableClipboardPopups setting is changed
* Change where ankiTemplatesUpdateValue occurs
* Change where onDictionaryOptionsChanged occurs
* Remove unused global declarations
* Remove stray data attribute
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 3ce91f12..7964ab90 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -138,7 +138,7 @@ <label><input type="checkbox" id="enable"> Enable content scanning</label> </div> - <div class="checkbox" data-hide-for-browser="firefox-mobile"> + <div class="checkbox ignore-form-changes" data-hide-for-browser="firefox-mobile"> <label><input type="checkbox" id="enable-clipboard-popups"> Enable native popups when copying Japanese text</label> </div> @@ -854,7 +854,7 @@ <li><a href="#kanji" data-toggle="tab">Kanji</a></li> </ul> - <div class="tab-content"> + <div class="tab-content ignore-form-changes" id="anki-fields-container"> <div id="terms" class="tab-pane fade in active" data-anki-card-type="terms"> <div class="row"> <div class="form-group col-xs-6"> @@ -1111,8 +1111,6 @@ </p> </div> - <pre id="debug" class="debug"></pre> - <div class="pull-right bottom-links"> <small><span id="extension-info"></span> • <a href="search.html">Search</a> • <a href="https://foosoft.net/projects/yomichan/" target="_blank" rel="noopener">Homepage</a> • <a href="legal.html">Legal</a></small> </div> |