Commit a7787d23 by Kyle Fiedler

Added some more small bug fixes

parent 327598b7
...@@ -119,6 +119,9 @@ at: 'bottom center', // at the bottom right ...@@ -119,6 +119,9 @@ at: 'bottom center', // at the bottom right
$("div.speeds a").hover(function() { $("div.speeds a").hover(function() {
$(this).toggleClass("open"); $(this).toggleClass("open");
$("ol#video_speeds").slideToggle(150); $("ol#video_speeds").slideToggle(150);
});
$("div.speeds a").click(function() {
return false; return false;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment