diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 17:18:51 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 17:18:51 -0700 |
commit | 31303114ef03b13ab320ee553f11a73346be7f4a (patch) | |
tree | 8e7303796900ccc2a293cc059bf0f4e31866e702 /src | |
parent | 794de015acd0328cf71ca925c9c7be8a86079fb5 (diff) |
Making slider clickable.
This change enables you to click on the slider bar to move the slider.
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/templates/question-slider.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/question-slider.ftl b/src/templates/templates/question-slider.ftl index 818511d..08b6bd0 100644 --- a/src/templates/templates/question-slider.ftl +++ b/src/templates/templates/question-slider.ftl @@ -8,7 +8,7 @@ <p>Slide the slider to answer the question.</p> <div class="sliderQuestion question"> - <div class="sliderbar"><img src="${staticRoot}/images/slider.png" class="slider" /></div> + <div class="sliderbar"><div class="slider noselect"></div></div> <div class="answers"> <#list question.answers?keys as answerid> <div id="${answerid}" class="label">${question.answers[answerid].text}</div> |