fix no value being rendered for 'isDev' var in non-dev builds

This commit is contained in:
Gered 2014-11-16 15:32:04 -05:00
parent bbd0749d13
commit 43ec433f31

View file

@ -25,7 +25,7 @@
<script type="text/javascript">
var context = '{{ path('/') }}';
var isDev = {{ isDev }};
var isDev = {{ isDev|default('false') }};
</script>
</head>
<body>