From da0cb81801ac897fa41761af0b0b18fda9d16195 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2016 18:47:24 -0700 Subject: Allow bootstrap in popup templates --- tmpl/footer.html | 2 +- tmpl/header.html | 8 +++++--- tmpl/kanji.html | 2 +- tmpl/term.html | 6 +++--- 4 files changed, 10 insertions(+), 8 deletions(-) (limited to 'tmpl') diff --git a/tmpl/footer.html b/tmpl/footer.html index 3840600f..2cb496c9 100644 --- a/tmpl/footer.html +++ b/tmpl/footer.html @@ -1,3 +1,3 @@ - + diff --git a/tmpl/header.html b/tmpl/header.html index b7fad070..e5ecb06e 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -6,13 +6,15 @@ - + + + diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 0a0cfe11..80c642bd 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -2,7 +2,7 @@ {{#with options}}
{{#if enableAnkiConnect}} - + {{/if}}
{{/with}} diff --git a/tmpl/term.html b/tmpl/term.html index aff3e2ff..65278145 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -2,11 +2,11 @@ {{#with options}}
{{#if enableAudioPlayback}} - + {{/if}} {{#if enableAnkiConnect}} - - + + {{/if}}
{{/with}} -- cgit v1.2.3