1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2023-08-11 14:12:28 -03:00
parent 1e63b3be72
commit c989ef99bf

View file

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