potential fix for acp rash

This commit is contained in:
psychobunny
2015-09-22 20:10:07 -04:00
parent 13508ca7f9
commit 5f9eafcccb

View File

@@ -15,7 +15,7 @@
var app = {
template: "{template.name}",
user: JSON.parse('{{userJSON}}'),
config: JSON.parse(decodeURIComponent('{{adminConfigJSON}}'))
config: JSON.parse(decodeURIComponent("{{adminConfigJSON}}"))
};
</script>