From 395af352f0381d43086563aa7d72ac56ac207133 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 4 Mar 2017 11:53:55 -0800 Subject: wip --- ext/bg/js/templates.js | 12 ++++++------ ext/bg/search.html | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'ext/bg') diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index ed6d3dd8..f8306b1b 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -302,7 +302,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia return " \n"; + + "\">\n"; },"4":function(container,depth0,helpers,partials,data) { var stack1; @@ -362,7 +362,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia },"18":function(container,depth0,helpers,partials,data) { return "
"; },"20":function(container,depth0,helpers,partials,data) { - return "

No results found

\n"; + return "

No results found.

\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; @@ -459,15 +459,15 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia return " \n \n \n"; + + "\">\n"; },"15":function(container,depth0,helpers,partials,data) { var helper; return " \n"; + + "\">\n"; },"17":function(container,depth0,helpers,partials,data) { var stack1, helper, options, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", buffer = "
"; @@ -542,7 +542,7 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia },"36":function(container,depth0,helpers,partials,data) { return "
"; },"38":function(container,depth0,helpers,partials,data) { - return "

No results found

\n"; + return "

No results found.

\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; diff --git a/ext/bg/search.html b/ext/bg/search.html index 68bc6e03..0737f99c 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -18,6 +18,10 @@

+
+ +
+
-- cgit v1.2.3