mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
removed unused parameter in templates.prepare
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
templates.prepare = function (raw_tpl, data) {
|
||||
templates.prepare = function (raw_tpl) {
|
||||
var template = {};
|
||||
template.html = raw_tpl;
|
||||
template.parse = parse;
|
||||
|
||||
Reference in New Issue
Block a user