Added some more small bug fixes

This commit is contained in:
Kyle Fiedler
2012-04-09 15:14:50 -04:00
parent 327598b71b
commit a7787d2320

View File

@@ -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;
});