From 37e33cb7f264173eea7b481614d83d7b7ded9260 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 26 Oct 2014 11:30:50 -0400 Subject: [PATCH] Remove rewind button Not necessary now with the seek slider --- app/views/posts/partials/show/_ugoira.html.erb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/views/posts/partials/show/_ugoira.html.erb b/app/views/posts/partials/show/_ugoira.html.erb index ea628f54e..59e5eb407 100644 --- a/app/views/posts/partials/show/_ugoira.html.erb +++ b/app/views/posts/partials/show/_ugoira.html.erb @@ -22,10 +22,9 @@

Loaded 0%

- <%= button_tag "Rewind", :id => "ugoira-rewind" %> <%= button_tag "Play", :id => "ugoira-play", :style => "display: none;" %> <%= button_tag "Pause", :id => "ugoira-pause" %> - +
@@ -81,10 +80,6 @@ player_manually_paused = true; e.preventDefault(); }); - $("#ugoira-rewind").click(function(e) { - Danbooru.Ugoira.player.rewind(); - e.preventDefault(); - }); $("#seek-slider").slider({ min: 0,