fix value that the js context var is set to

This commit is contained in:
Gered 2014-03-30 17:38:00 -04:00
parent 064a487007
commit 978405d385

View file

@ -15,7 +15,7 @@
{{ javascript('/js/site.js') }}
<script type="text/javascript">
var context = '{{ path('') }}';
var context = '{{ path('/') }}';
</script>
</head>
<body>