summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay90852023-03-21 15:26:36 +0530
committerakshay90852023-03-21 15:26:36 +0530
commit8c2140209d50c26973d11f5fc8d3cf800a704916 (patch)
treefa705f80417d31b5e03f1079da247179d79411d2
parenta68db2ce9d8ff5063da9ebd97840834d786b61eb (diff)
downloadfossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.tar.gz
fossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.tar.bz2
fossee-banners-1-8c2140209d50c26973d11f5fc8d3cf800a704916.zip
web-banner display time change
-rwxr-xr-xjs/nice-bar.js2
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() {