Skip to content

Commit a8ec12f

Browse files
Reduce pop up time
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 012cf65 commit a8ec12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)