mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update
This commit is contained in:
parent
1bf9be9e28
commit
1c51561acf
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ function parseSocketResponse() {
|
|||
if (typeof json === 'undefined' || json === false) {
|
||||
return false;
|
||||
}
|
||||
console.log("parseSocketResponse", json);
|
||||
//console.log("parseSocketResponse", json);
|
||||
//console.trace();
|
||||
if (json.isAdmin && webSocketServerVersion > json.webSocketServerVersion) {
|
||||
if (canShowSocketToast && typeof avideoToastWarning == 'function') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue