add auto post preview to 'select photo from albums'

This commit is contained in:
zotlabs 2017-08-01 19:02:42 -07:00
parent 01fc590938
commit 01526a9a79

View file

@ -423,6 +423,7 @@ function enableOnUser(){
function(ddata) {
if (ddata['status']) {
addeditortext(ddata['photolink']);
preview_post();
} else {
window.console.log("{{$modalerrorlink}}" + ':' + ddata['errormsg']);
}