diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-01 19:02:42 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-01 19:02:42 -0700 |
commit | 01526a9a79294fe5f96b7c3bfbd362f91feec433 (patch) | |
tree | b9fcb4218a2bf48e2cdcb1dc9fd40a47f9b1dd4c /view | |
parent | 01fc5909384035a62d5a733c973e442ade55cc4e (diff) | |
download | volse-hubzilla-01526a9a79294fe5f96b7c3bfbd362f91feec433.tar.gz volse-hubzilla-01526a9a79294fe5f96b7c3bfbd362f91feec433.tar.bz2 volse-hubzilla-01526a9a79294fe5f96b7c3bfbd362f91feec433.zip |
add auto post preview to 'select photo from albums'
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot-header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 8adef6427..815d17c3c 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -423,6 +423,7 @@ function enableOnUser(){ function(ddata) { if (ddata['status']) { addeditortext(ddata['photolink']); + preview_post(); } else { window.console.log("{{$modalerrorlink}}" + ':' + ddata['errormsg']); } |