1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

improve pelase wait

This commit is contained in:
DanieL 2022-08-09 09:50:23 -03:00
parent 5c6473b8a1
commit dc10f6520c

View file

@ -2683,7 +2683,7 @@ $(document).ready(function () {
}, showPleaseWaitTimeOut); // wait for loader animation
setTimeout(function () {
pleaseWaitIsINUse = false;
}, showPleaseWaitTimeOut+500);
}, showPleaseWaitTimeOut+1000);
},
setProgress: function (valeur) {
var element = $('#pleaseWaitDialog').find('.progress');