summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
authorJayaram Pai2014-04-24 17:11:58 +0530
committerJayaram Pai2014-04-24 17:11:58 +0530
commit1626ba1fa8734d8c278246ff9030f4c343ae84f3 (patch)
tree0b5dbfc83efb91a403a3d98d867e29543186209c /static/website
parent99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 (diff)
downloadspoken-tutorial-forums-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.gz
spoken-tutorial-forums-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.bz2
spoken-tutorial-forums-1626ba1fa8734d8c278246ff9030f4c343ae84f3.zip
fixed slider speed, and button display
Diffstat (limited to 'static/website')
-rw-r--r--static/website/templates/index.html4
-rw-r--r--static/website/templates/latest_question.html4
2 files changed, 5 insertions, 3 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) {
diff --git a/static/website/templates/latest_question.html b/static/website/templates/latest_question.html
index 5279f19..013ada4 100644
--- a/static/website/templates/latest_question.html
+++ b/static/website/templates/latest_question.html
@@ -7,5 +7,7 @@
<small class="latest">
Be the first to ask question.
</small>
- <a class="btn btn-xs btn-block btn-primary" disabled="disabled" href="#">View previous questions</a>
+ <a class="btn btn-block btn-xs">
+ No questions to display
+ </a>
{% endif %}