Added some more small bug fixes
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user