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 | 5037f4797461649994068d97a8433b6cd793c523 (patch) | |
tree | 018209fd0e888042188462cc78c53454537d2681 /src | |
parent | 57df579db6594b6abd43eb0fd8e8e8b9ed4ff4b3 (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> |