mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
removed commented out line in templates.js
This commit is contained in:
@@ -168,7 +168,6 @@
|
||||
function parse_template() {
|
||||
if (!templates[tpl_url] || !template_data) return;
|
||||
|
||||
//document.getElementById('content').innerHTML = templates[tpl_url].parse(JSON.parse(template_data));
|
||||
document.getElementById('content').innerHTML = templates[tpl_url].parse(template_data);
|
||||
|
||||
jQuery('#content [template-variable]').each(function(index, element) {
|
||||
|
||||
Reference in New Issue
Block a user