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:
parent
57400b579e
commit
444f08dda8
6 changed files with 35 additions and 18 deletions
|
@ -1653,6 +1653,9 @@ function avideoAjax(url, data) {
|
|||
avideoAlertError(response.msg);
|
||||
} else {
|
||||
avideoToastSuccess(response.msg);
|
||||
if(typeof response.eval !== 'undefined'){
|
||||
eval(response.eval);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue