It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser. The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
//= 100) {
m.done = true;
m.act = false;
unit.classList.add('is-done');
txt.innerText = "DONE";
}
}
}
if (m.done) finishCount++;
}
// 2. Logika ketika kedua misi SELESAI
if (finishCount === 2) {
clearInterval(checkMisi);
// Ubah teks info misi
var infoMisi = document.getElementById('info-misi');
if(infoMisi) infoMisi.innerHTML = "MISI SELESAI!";
// MUNCULKAN TOMBOL VERIFIKASI (pstL)
if (containerVerif) {
containerVerif.classList.remove('hidden'); // Menghapus class hidden jika ada
containerVerif.style.display = 'block'; // Memastikan kontainer muncul
}
if (btnVerif) {
btnVerif.style.visibility = 'visible';
btnVerif.style.display = 'inline-block';
}
// Sembunyikan overlay misi setelah 2 detik
setTimeout(function() {
var overlay = document.getElementById('misi-overlay');
if(overlay) overlay.style.display = 'none';
}, 2000);
}
}, 100);
})();
//]]>