diff options
author | friendica <info@friendica.com> | 2012-05-25 00:43:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-25 00:43:09 -0700 |
commit | d1345e505406b1a1cdc3fc26a1734916c8abc89d (patch) | |
tree | 93416482d64d3ad9f275986ce0d39c2024520d00 /view/head.tpl | |
parent | abb9fecf0954e883f19b3cf16279dfa2d8c20271 (diff) | |
parent | 07535692dc0f8bb366dcaa689cee3e5bdcd470bf (diff) | |
download | volse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.tar.gz volse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.tar.bz2 volse-hubzilla-d1345e505406b1a1cdc3fc26a1734916c8abc89d.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 2 |
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) { |