From a7787d2320233ed1be628ea08e748872852b4b76 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 9 Apr 2012 15:14:50 -0400 Subject: [PATCH] Added some more small bug fixes --- templates/video.html | 3 +++ 1 file changed, 3 insertions(+) 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; });