mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
updated add series
This commit is contained in:
parent
f3e601d4ed
commit
0531029ce7
16 changed files with 243 additions and 29 deletions
|
@ -9,7 +9,7 @@ _.extend(Marionette.TemplateCache.prototype, {
|
|||
|
||||
console.log("Loading template '" + templateId + "'");
|
||||
|
||||
jQuery.ajax({
|
||||
$.ajax({
|
||||
url: '_backboneApp//' + templateId + '.html',
|
||||
cache:false,
|
||||
async: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue