fix small js error when user not logged in

This commit is contained in:
root 2012-05-24 04:29:33 -04:00
parent a5b8339a75
commit 60df67b9e3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<script>
var updateInterval = $update_interval;
var localUser = $local_user;
var localUser = {{ if $local_user }}$local_user{{ else }}false{{ endif }};
function confirmDelete() { return confirm("$delitem"); }
function commentOpen(obj,id) {