diff options
author | Jayaram Pai | 2014-04-21 10:21:55 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-21 10:21:55 +0530 |
commit | 2f4fea51135c65a16cc51b968d628a25bae54a42 (patch) | |
tree | ab6559c640a5d6edc74aa0e2162c354aa5d22036 | |
parent | 524107ea786adc4c0d35d0748b383bf2f0acb657 (diff) | |
download | spoken-tutorial-forums-2f4fea51135c65a16cc51b968d628a25bae54a42.tar.gz spoken-tutorial-forums-2f4fea51135c65a16cc51b968d628a25bae54a42.tar.bz2 spoken-tutorial-forums-2f4fea51135c65a16cc51b968d628a25bae54a42.zip |
changed slick to autoplay
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index b90d3eb..95c8500 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -160,7 +160,7 @@ slidesToShow: 8, slidesToScroll: 3, speed: 500, - {# autoplay: true, #} + autoplay: true, autoplaySpeed: 1000, }); |