Cleanup
This commit is contained in:
parent
36e9a332df
commit
574b2251b7
@ -187,9 +187,11 @@ templates['term.html'] = template({"1":function(container,depth0,helpers,partial
|
||||
+ container.escapeExpression(container.lambda(depth0, depth0))
|
||||
+ "</span></li>\n";
|
||||
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
||||
var stack1, alias1=depth0 != null ? depth0 : {};
|
||||
var stack1, helper, alias1=depth0 != null ? depth0 : {};
|
||||
|
||||
return "<div class=\"term-definition\">\n"
|
||||
return "<div class=\"term-definition\">\n "
|
||||
+ container.escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"id","hash":{},"data":data}) : helper)))
|
||||
+ "\n\n"
|
||||
+ ((stack1 = helpers["with"].call(alias1,(depth0 != null ? depth0.options : depth0),{"name":"with","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
||||
+ "\n"
|
||||
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.reading : depth0),{"name":"if","hash":{},"fn":container.program(12, data, 0, blockParams, depths),"inverse":container.program(15, data, 0, blockParams, depths),"data":data})) != null ? stack1 : "")
|
||||
|
@ -1,4 +1,6 @@
|
||||
<div class="term-definition">
|
||||
{{id}}
|
||||
|
||||
{{#with options}}
|
||||
{{#if enableAnkiConnect}}
|
||||
<div class="action-icons">
|
||||
|
Loading…
Reference in New Issue
Block a user