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 | |
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')
-rwxr-xr-x | view/tpl/head.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/settings_display.tpl | 1 |
2 files changed, 2 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> diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 02f679852..cf79671fd 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -65,6 +65,7 @@ {{include file="field_checkbox.tpl" field=$channel_list_mode}} {{include file="field_checkbox.tpl" field=$network_list_mode}} {{include file="field_checkbox.tpl" field=$user_scalable}} + {{include file="field_checkbox.tpl" field=$preload_images}} {{if $expert}} <div class="form-group"> <a class="btn btn-default "href="pdledit">{{$layout_editor}}</a> |