diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-17 12:32:12 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-17 12:32:12 +0100 |
commit | ddbe3c7426a551420bb6ead09984333e956b3a58 (patch) | |
tree | 4289d39a2632b1f38fdecbcb9a550258da4d2631 /view/tpl/head.tpl | |
parent | b8c7b2f81df61e5068366cbdb0f18940ff5d4bf1 (diff) | |
download | volse-hubzilla-ddbe3c7426a551420bb6ead09984333e956b3a58.tar.gz volse-hubzilla-ddbe3c7426a551420bb6ead09984333e956b3a58.tar.bz2 volse-hubzilla-ddbe3c7426a551420bb6ead09984333e956b3a58.zip |
make always preload images before rendering the page a display setting
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 8a007232e..322273193 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -28,6 +28,7 @@ var justifiedGalleryActive = false; {{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}} {{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}} + var preloadImages = {{$preload_images}}; </script> |