aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-01 19:02:42 -0700
committerzotlabs <mike@macgirvin.com>2017-08-01 19:02:42 -0700
commit01526a9a79294fe5f96b7c3bfbd362f91feec433 (patch)
treeb9fcb4218a2bf48e2cdcb1dc9fd40a47f9b1dd4c /view/tpl/jot-header.tpl
parent01fc5909384035a62d5a733c973e442ade55cc4e (diff)
downloadvolse-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/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl1
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']);
}