We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dccf2 commit ff8817eCopy full SHA for ff8817e
1 file changed
script.js
@@ -62,11 +62,11 @@ let deferredInstallPrompt = undefined;
62
63
let micPostLocked = true; // lock mic POST flag
64
65
-// unlock 2 seconds after page load
+// unlock 5 seconds after page load
66
setTimeout(() => {
67
micPostLocked = false;
68
console.log("MIC POSTS UNLOCKED");
69
-}, 2000);
+}, 5000);
70
71
async function init() {
72
document.querySelectorAll('img').forEach(img => {
0 commit comments