This commit is contained in:
psychobunny
2015-05-06 18:30:09 -04:00
parent 72177f6d16
commit d1231cf4a8

View File

@@ -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]>