1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2023-08-11 14:13:24 -03:00
parent c989ef99bf
commit 44b32afede

View file

@ -1636,14 +1636,14 @@ function avideoAlertText(msg) {
}
function avideoAlertInfo(msg) {
avideoAlert("Info", msg, '');
avideoAlert("", msg, 'info');
}
function avideoAlertError(msg) {
avideoAlert("Error", msg, '');
avideoAlert("", msg, 'error');
}
function avideoAlertSuccess(msg) {
avideoAlert("Success", msg, '');
avideoAlert("", msg, 'success');
}
function avideoTooltip(selector, text) {