summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-03-31 15:00:43 +0100
committerJohn McLear <john@mclear.co.uk>2015-03-31 15:00:43 +0100
commit24e6e1728a020e38e023df0a09ad38941ba0dd82 (patch)
tree7e6c099001adca35c215435c855465e34a7b705a /src/templates
parent73073dcbc1e741d4a9e62afad7f76f2838f2237d (diff)
downloadetherpad-lite-24e6e1728a020e38e023df0a09ad38941ba0dd82.zip
I came to bring the rain.. Let me get my coat... Fix focus on timeslider import export
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/timeslider.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html
index a619c702..20688ea8 100644
--- a/src/templates/timeslider.html
+++ b/src/templates/timeslider.html
@@ -61,11 +61,11 @@
<div id="ui-slider-bar"></div>
</div>
<div id="playpause_button">
- <div id="playpause_button_icon" class=""></div>
+ <button id="playpause_button_icon" class=""></button>
</div>
<div id="steppers">
- <div class="stepper" id="leftstep"></div>
- <div class="stepper" id="rightstep"></div>
+ <button class="stepper" id="leftstep"></button>
+ <button class="stepper" id="rightstep"></button>
</div>
</div>