Skip to content

Commit efd1a0e

Browse files
Merge pull request #908 from Rajesh-Nagarajan-11/Kanvas-popup
Reduce pop up time
2 parents f0a6dc3 + daae231 commit efd1a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/kanvas-corner-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
function init() {
41-
setTimeout(show, 8000);
41+
setTimeout(show, 3000);
4242
}
4343

4444
document.readyState === "loading"

0 commit comments

Comments
 (0)