mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
removed bootstrap layout from MVC, bootstrap+backbone is where we should be going.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user