From 8c2140209d50c26973d11f5fc8d3cf800a704916 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Tue, 21 Mar 2023 15:26:36 +0530 Subject: web-banner display time change --- js/nice-bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/nice-bar.js b/js/nice-bar.js index 065946a..3ca37d3 100755 --- a/js/nice-bar.js +++ b/js/nice-bar.js @@ -17,7 +17,7 @@ $(document).ready(function() { // $('.nice-bar').css('background', bak[i]); $cur.show(); } - }, 4500); + }, 6000); }); $('.nice-bar').mouseenter(function() { -- cgit