mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-12-28 00:25:30 +08:00
Update Fix bug in APK Builder
This commit is contained in:
parent
46c997a55f
commit
ed0d4ed438
@ -78,7 +78,7 @@
|
||||
function loaderText() {
|
||||
var nextTimeout = Math.floor(Math.random() * 1500) + 700;
|
||||
if (loadingIndex < loadingTexts.length) $('#loadingText').text(loadingTexts[loadingIndex++]);
|
||||
if (loadingIndex !== loadingTexts.length && !isDone) setTimeout(loaderText, nextTimeout);
|
||||
if (loadingIndex !== loadingTexts.length) setTimeout(loaderText, nextTimeout);
|
||||
else if (loadingIndex === loadingTexts.length && !isDone) setTimeout(loaderText, 300);
|
||||
else
|
||||
while (isDone) {
|
||||
|
Loading…
Reference in New Issue
Block a user