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 2024-02-28 09:02:36 -03:00
parent 1bf9be9e28
commit 1c51561acf

View file

@ -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') {