diff options
author | akshay9085 | 2023-03-21 15:26:36 +0530 |
---|---|---|
committer | akshay9085 | 2023-03-21 15:26:36 +0530 |
commit | 8c2140209d50c26973d11f5fc8d3cf800a704916 (patch) | |
tree | fa705f80417d31b5e03f1079da247179d79411d2 | |
parent | a68db2ce9d8ff5063da9ebd97840834d786b61eb (diff) | |
download | fossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.tar.gz fossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.tar.bz2 fossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.zip |
web-banner display time change
-rwxr-xr-x | js/nice-bar.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |