mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
rootfolder is linked to add series.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
_.extend(Marionette.TemplateCache.prototype, {
|
||||
/// <reference path="handlebars.js" />
|
||||
|
||||
_.extend(Marionette.TemplateCache.prototype, {
|
||||
|
||||
loadTemplate: function (templateId) {
|
||||
|
||||
@@ -24,9 +26,9 @@
|
||||
}
|
||||
});
|
||||
|
||||
_.extend(Marionette.TemplateCache.prototype, {
|
||||
|
||||
_.extend(Marionette.View.prototype, {
|
||||
|
||||
|
||||
|
||||
compileTemplate: function (rawTemplate) {
|
||||
return Handlebars.compile(rawTemplate);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user