From f34b51252245b1834e0cd049859782145156e09b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2016 19:40:19 -0700 Subject: Revert "Allow bootstrap in popup templates" This reverts commit da0cb81801ac897fa41761af0b0b18fda9d16195. --- tmpl/footer.html | 2 +- tmpl/header.html | 8 +++----- tmpl/kanji.html | 2 +- tmpl/term.html | 6 +++--- 4 files changed, 8 insertions(+), 10 deletions(-) (limited to 'tmpl') diff --git a/tmpl/footer.html b/tmpl/footer.html index 2cb496c9..3840600f 100644 --- a/tmpl/footer.html +++ b/tmpl/footer.html @@ -1,3 +1,3 @@ - + diff --git a/tmpl/header.html b/tmpl/header.html index e5ecb06e..b7fad070 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -6,15 +6,13 @@ - - - + diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 80c642bd..0a0cfe11 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 65278145..aff3e2ff 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