From 1626ba1fa8734d8c278246ff9030f4c343ae84f3 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Thu, 24 Apr 2014 17:11:58 +0530 Subject: fixed slider speed, and button display --- static/website/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/website/templates/index.html') 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) { -- cgit