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 2022-07-26 14:38:44 -03:00
parent ec8723a6f8
commit d599af08d9
5 changed files with 7 additions and 8 deletions

View file

@ -331,7 +331,7 @@ $(function () {
AutoUpdateOnHTMLTimer();
});
var _startSocketTimeout;
function startSocket() {
async function startSocket() {
clearTimeout(_startSocketTimeout);
if (!isOnline() || typeof webSiteRootURL == 'undefined') {
console.log('startSocket: Not Online');