Added backbone

This commit is contained in:
Mark McDowall
2012-11-06 16:41:34 -08:00
parent b366f8fadc
commit b101758957
28 changed files with 5507 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
$(function () {
// Legacy support for templating
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
function () {
NzbDrone.App.start();
});
});