add auto post preview to 'select photo from albums'
This commit is contained in:
parent
01fc590938
commit
01526a9a79
@ -423,6 +423,7 @@ function enableOnUser(){
|
|||||||
function(ddata) {
|
function(ddata) {
|
||||||
if (ddata['status']) {
|
if (ddata['status']) {
|
||||||
addeditortext(ddata['photolink']);
|
addeditortext(ddata['photolink']);
|
||||||
|
preview_post();
|
||||||
} else {
|
} else {
|
||||||
window.console.log("{{$modalerrorlink}}" + ':' + ddata['errormsg']);
|
window.console.log("{{$modalerrorlink}}" + ':' + ddata['errormsg']);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user