mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Unbroke backgrid template cell
This commit is contained in:
parent
5bfd9e3329
commit
af2da6380b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Backgrid.TemplateBackedCell = Backgrid.Cell.extend({
|
||||||
render: function () {
|
render: function () {
|
||||||
var data = this.model.toJSON();
|
var data = this.model.toJSON();
|
||||||
var templateFunction = Marionette.TemplateCache.get(this.template);
|
var templateFunction = Marionette.TemplateCache.get(this.template);
|
||||||
var html = new Handlebars.SafeString(templateFunction(data));
|
var html = templateFunction(data);
|
||||||
this.$el.html(html);
|
this.$el.html(html);
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue