diff --git a/templates/video.html b/templates/video.html
index cee95d4c9a..835998c7fa 100644
--- a/templates/video.html
+++ b/templates/video.html
@@ -119,6 +119,9 @@ at: 'bottom center', // at the bottom right
$("div.speeds a").hover(function() {
$(this).toggleClass("open");
$("ol#video_speeds").slideToggle(150);
+ });
+
+ $("div.speeds a").click(function() {
return false;
});