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 --- ext/bg/js/templates.js | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'ext/bg') diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 1f9e3c30..75bf7be5 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -5,18 +5,22 @@ templates['footer.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(c return " \n \n\n"; + + "/fg/js/frame.js\">\n \n\n"; },"useData":true}); templates['header.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression; return "\n\n \n \n \n \n \n \n \n \n"; + + "/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css\">\n \n \n \n \n"; },"useData":true}); templates['kanji.html'] = template({"1":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; @@ -33,7 +37,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia + alias1(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"index","hash":{},"data":data}) : helper))) + "\">\n"; + + "/fg/img/add_kanji.png\">\n"; },"4":function(container,depth0,helpers,partials,data) { var stack1; @@ -108,7 +112,7 @@ templates['term.html'] = template({"1":function(container,depth0,helpers,partial + alias1(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"index","hash":{},"data":data}) : helper))) + "\">\n"; + + "/fg/img/play_audio.png\">\n"; },"4":function(container,depth0,helpers,partials,data,blockParams,depths) { var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda; @@ -116,11 +120,11 @@ templates['term.html'] = template({"1":function(container,depth0,helpers,partial + alias4(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"index","hash":{},"data":data}) : helper))) + "\">\n \n \n"; + + "/fg/img/add_term_kana.png\">\n"; },"6":function(container,depth0,helpers,partials,data) { var stack1, helper, options, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", buffer = "
"; -- cgit v1.2.3