mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
removed bootstrap layout from MVC, bootstrap+backbone is where we should be going.
This commit is contained in:
parent
577d8adec4
commit
2806b34e59
5 changed files with 12 additions and 151 deletions
|
@ -2,10 +2,13 @@
|
|||
|
||||
loadTemplate: function (templateId) {
|
||||
|
||||
|
||||
var template;
|
||||
|
||||
console.log("Loading template '" + templateId + "'");
|
||||
|
||||
jQuery.ajax({
|
||||
url: 'Backbone.NzbDrone//' + templateId + '.html',
|
||||
url: '_backboneApp//' + templateId + '.html',
|
||||
async: false
|
||||
|
||||
}).done(function (data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue