diff --git a/templates/video.html b/templates/video.html index bb7d1b9ed0..39a72d02a6 100644 --- a/templates/video.html +++ b/templates/video.html @@ -73,7 +73,7 @@ $("ol#video_speeds").hide(); $("div.speeds").click(function() { - $("ol#video_speeds").slideToggle(); + $("ol#video_speeds").slideToggle(150); }); });