mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fixed autobinder on re-render
This commit is contained in:
parent
68662b9cf4
commit
1613643307
@ -18,6 +18,7 @@ Marionette.TemplateCache.get = function (templateId) {
|
|||||||
catch (error) {
|
catch (error) {
|
||||||
console.error('template render failed for ' + templateKey + ' ' + error);
|
console.error('template render failed for ' + templateKey + ' ' + error);
|
||||||
console.error(data);
|
console.error(data);
|
||||||
|
throw error;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,7 @@ Marionette.ItemView.prototype.render = function () {
|
|||||||
|
|
||||||
var result = oldItemViewRender.apply(this, arguments);
|
var result = oldItemViewRender.apply(this, arguments);
|
||||||
|
|
||||||
|
this.$el.removeClass('iv-' + this.viewName());
|
||||||
|
|
||||||
//check to see if el has bindings (name attribute)
|
//check to see if el has bindings (name attribute)
|
||||||
// any element that has a name attribute and isn't child of another view.
|
// any element that has a name attribute and isn't child of another view.
|
||||||
|
@ -55,4 +55,4 @@ define(['app', 'Quality/QualityProfileModel'], function () {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user