removed commented-out code

This commit is contained in:
Julian Lam
2014-08-26 14:51:22 -04:00
parent fcbdc5e271
commit e497290dbc
2 changed files with 0 additions and 8 deletions

View File

@@ -327,14 +327,7 @@ $(document).ready(function() {
});
templates.registerLoader(ajaxify.loadTemplate);
templatesModule.refresh(app.load);
// $.getJSON(RELATIVE_PATH + '/api/get_templates_listing', function (data) {
// templatesModule.config = data.templatesConfig;
// availableTemplates = data.availableTemplates;
// app.load();
// });
});
});

View File

@@ -7,7 +7,6 @@ define('templates', function() {
Templates.available = data.availableTemplates;
if (callback) callback();
// app.load();
});
};