From f1e078c7d8fa09e8471e66b245afb80a1b78cc6b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 5 May 2016 21:36:50 -0700 Subject: Removing flicker --- util/tmpl/kanji-list.html | 2 +- util/tmpl/kanji.html | 2 +- util/tmpl/term-list.html | 2 +- util/tmpl/term.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/tmpl/kanji-list.html b/util/tmpl/kanji-list.html index 094441f2..b5d0b627 100644 --- a/util/tmpl/kanji-list.html +++ b/util/tmpl/kanji-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each defs}} -{{> kanji.html root=../root options=../options}} +{{> kanji.html root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} diff --git a/util/tmpl/kanji.html b/util/tmpl/kanji.html index 119fead6..2b195577 100644 --- a/util/tmpl/kanji.html +++ b/util/tmpl/kanji.html @@ -1,7 +1,7 @@
{{#with options}} {{#if enableAnkiConnect}} - + {{/if}} {{/with}} diff --git a/util/tmpl/term-list.html b/util/tmpl/term-list.html index e4944a2f..5581b679 100644 --- a/util/tmpl/term-list.html +++ b/util/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each defs}} -{{> term.html root=../root options=../options}} +{{> term.html root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} diff --git a/util/tmpl/term.html b/util/tmpl/term.html index da29271c..4d764f0a 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -2,8 +2,8 @@ {{#with options}} {{#if enableAnkiConnect}}
- - + +
{{/if}} {{/with}} -- cgit v1.2.3