diff options
author | friendica <info@friendica.com> | 2014-09-12 14:24:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-12 14:24:45 -0700 |
commit | 7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6 (patch) | |
tree | e5f559b44e859e7f9bddd0a022d3be9849434b51 /view/tpl/head.tpl | |
parent | 5fd0d6f7d553d79e2362a480ec504d102b299fd0 (diff) | |
parent | 61ce524a33c3195794a24c4ce5820684369c58dd (diff) | |
download | volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.tar.gz volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.tar.bz2 volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 703b08547..9c9e7b970 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -25,6 +25,7 @@ var updateInterval = {{$update_interval}}; var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}}; var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}}; + var justifiedGalleryActive = false; </script> |