diff options
author | Jayaram Pai | 2014-04-24 17:11:58 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-24 17:11:58 +0530 |
commit | 1626ba1fa8734d8c278246ff9030f4c343ae84f3 (patch) | |
tree | 0b5dbfc83efb91a403a3d98d867e29543186209c /static/website/templates/index.html | |
parent | 99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 (diff) | |
download | FOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.gz FOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.bz2 FOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.zip |
fixed slider speed, and button display
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 991c777..038aab6 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -142,9 +142,9 @@ draggable: false, slidesToShow: 4, slidesToScroll: 1, - speed: 1000, + speed: 2000, autoplay: true, - autoplaySpeed: 1000, + autoplaySpeed: 2000, }); $("#filter-form").submit(function(e) { |