aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/head.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-12 21:32:53 +0200
committermarijus <mario@mariovavti.com>2014-09-12 21:32:53 +0200
commit61ce524a33c3195794a24c4ce5820684369c58dd (patch)
tree4e54cdf6148b87926aeed22a590b66686bbe3ceb /view/tpl/head.tpl
parent72c30ea4441cfd5331dbdc4e6dd0a6f79f6518b3 (diff)
downloadvolse-hubzilla-61ce524a33c3195794a24c4ce5820684369c58dd.tar.gz
volse-hubzilla-61ce524a33c3195794a24c4ce5820684369c58dd.tar.bz2
volse-hubzilla-61ce524a33c3195794a24c4ce5820684369c58dd.zip
define justifiedGalleryActive in head.tpl to not break other pages autoload
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-xview/tpl/head.tpl1
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>