diff options
author | DM42.Net Hubzilla Development <hzdev@dm42.net> | 2019-11-28 00:27:12 -0500 |
---|---|---|
committer | DM42.Net Hubzilla Development <hzdev@dm42.net> | 2019-11-28 00:27:12 -0500 |
commit | c86b35da701674510a97ccc21e46581bd864cc31 (patch) | |
tree | 840a17f2f4a39e627578fe2bbc9c518cc04ab790 /view/tpl/comment_item.tpl | |
parent | b2003e2c3cac231f92a23331bdbd21721403d4c9 (diff) | |
download | volse-hubzilla-c86b35da701674510a97ccc21e46581bd864cc31.tar.gz volse-hubzilla-c86b35da701674510a97ccc21e46581bd864cc31.tar.bz2 volse-hubzilla-c86b35da701674510a97ccc21e46581bd864cc31.zip |
Move auto_save_draft to header from thread comment
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 23594677c..3b51971ec 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -1,6 +1,3 @@ - <script> - var auto_save_draft = {{$auto_save_draft}}; - </script> {{if $threaded}} <div class="comment-wwedit-wrapper threaded" id="comment-edit-wrapper-{{$id}}" style="display: block;"> {{else}} |