diff options
author | friendica <info@friendica.com> | 2012-05-22 16:01:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-22 16:01:07 -0700 |
commit | e70573f34cb6729f45cb020ee9349c8ff948ff3b (patch) | |
tree | 7ee57452f2a5a578a03dc75858d201b6b4929a61 /view/head.tpl | |
parent | 3ce06caeed2e817fe401c4d8283beea17d8a34e4 (diff) | |
download | volse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.tar.gz volse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.tar.bz2 volse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.zip |
if identity (uid) changes - reload any other open browser windows on next ping.
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl index dfb626ebc..0fffc1344 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -29,6 +29,7 @@ <script> var updateInterval = $update_interval; + var localUser = $local_user; function confirmDelete() { return confirm("$delitem"); } function commentOpen(obj,id) { |