1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

Fix embed link save

This commit is contained in:
Daniel 2021-06-18 14:51:02 -03:00
parent 57400b579e
commit 444f08dda8
6 changed files with 35 additions and 18 deletions

View file

@ -1653,6 +1653,9 @@ function avideoAjax(url, data) {
avideoAlertError(response.msg);
} else {
avideoToastSuccess(response.msg);
if(typeof response.eval !== 'undefined'){
eval(response.eval);
}
}
}
});