diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-14 13:42:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 13:42:50 -0500 |
commit | 50a1fbfb9fd4b289902928dc90bc95a2f700cc55 (patch) | |
tree | c0729d28acbef9f3b05ff40f51b830d4186e1ad6 /ext/bg | |
parent | 112f08a13e1534685b19e0d164fd2fe64a23ebd9 (diff) |
Display updates (#1029)
* Simplify expression creation
* Add attribute indicating whether the reading is the same or not
* Update kanji debug info
* Remove some unnecessary null checks
* Simplify iterable check
* Update float and search HTML to be more consistent
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/search.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 29594eae..55dc61e0 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -59,6 +59,7 @@ </div></div> +<!-- Scripts --> <script src="/mixed/lib/wanakana.min.js"></script> <script src="/mixed/js/core.js"></script> |