mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
potential fix for acp rash
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
var app = {
|
||||
template: "{template.name}",
|
||||
user: JSON.parse('{{userJSON}}'),
|
||||
config: JSON.parse(decodeURIComponent('{{adminConfigJSON}}'))
|
||||
config: JSON.parse(decodeURIComponent("{{adminConfigJSON}}"))
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user