aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/head.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-28 09:30:57 +0100
committerMario <mario@mariovavti.com>2019-11-28 09:30:57 +0100
commitf2c73c0f45787a361f9fd57831a00c34e660fbd9 (patch)
treee99d7e74db23a916cba86a1527f6fcee82a0c2b3 /view/tpl/head.tpl
parent78492d0037aacb829dd0cea13526f3631e8cf945 (diff)
parentc86b35da701674510a97ccc21e46581bd864cc31 (diff)
downloadvolse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.tar.gz
volse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.tar.bz2
volse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.zip
Merge branch 'fix-listmode-spinner' into 'dev'
Move auto_save_draft to header from thread comment See merge request hubzilla/core!1793
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 5f874426c..bd4cf3747 100755
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -15,6 +15,7 @@
{{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}};
+ var auto_save_draft = {{$auto_save_draft}};
</script>