mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
template language fix
This commit is contained in:
@@ -45,6 +45,7 @@ define(function() {
|
||||
for(var key in data) {
|
||||
uniqueVisitors.find('#' + key).text(data[key]);
|
||||
}
|
||||
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user