mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +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) {
|
||||
avideoAlert("Info", msg, 'info');
|
||||
avideoAlert("Info", msg, '');
|
||||
}
|
||||
|
||||
function avideoAlertError(msg) {
|
||||
avideoAlert("Error", msg, 'error');
|
||||
avideoAlert("Error", msg, '');
|
||||
}
|
||||
function avideoAlertSuccess(msg) {
|
||||
avideoAlert("Success", msg, 'success');
|
||||
avideoAlert("Success", msg, '');
|
||||
}
|
||||
|
||||
function avideoTooltip(selector, text) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue