removed bootstrap layout from MVC, bootstrap+backbone is where we should be going.

This commit is contained in:
kay.one 2013-01-21 21:48:06 -08:00
commit 2806b34e59
5 changed files with 12 additions and 151 deletions

View file

@ -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) {