mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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