mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
rootfolder is linked to add series.
This commit is contained in:
parent
bf50c5989a
commit
1024e0f83d
10 changed files with 102 additions and 52 deletions
|
@ -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);
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue