mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-04 13:49:56 +01:00
closes #3116
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
|
||||
<script>
|
||||
var RELATIVE_PATH = "{relative_path}";
|
||||
var config = JSON.parse('{configJSON}');
|
||||
var config = JSON.parse('{{configJSON}}');
|
||||
var app = {
|
||||
template: "{template.name}"
|
||||
template: "{template.name}",
|
||||
user: JSON.parse('{{userJSON}}')
|
||||
};
|
||||
app.user = JSON.parse('{userJSON}');
|
||||
</script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
||||
Reference in New Issue
Block a user