console.log

v1.18.x
psychobunny 12 years ago
parent e80ff9c551
commit c16c4aac44

@ -89,8 +89,6 @@
jQuery.when(jQuery.getJSON(RELATIVE_PATH + '/templates/config.json'), jQuery.getJSON(RELATIVE_PATH + '/api/get_templates_listing')).done(function(config_data, templates_data) {
config = config_data[0];
available_templates = templates_data[0];
console.log(config, available_templates);
templates.ready();
});
}

Loading…
Cancel
Save