mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
update
This commit is contained in:
parent
1e63b3be72
commit
c989ef99bf
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue