mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
console.log
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user