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" %>
-
+
<%= link_to "Save as video (right click and save)", post.large_file_url %>
@@ -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,