aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-25 21:05:42 +0200
committerzottel <github@zottel.net>2012-05-25 21:05:42 +0200
commit36d6018c110fca190b720c5ff27883c2d4ed70c3 (patch)
tree93416482d64d3ad9f275986ce0d39c2024520d00 /view/head.tpl
parent3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (diff)
parentd1345e505406b1a1cdc3fc26a1734916c8abc89d (diff)
downloadvolse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.gz
volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.bz2
volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 0fffc1344..8a75a4b8e 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -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) {