Skip to content

Commit dbcbbd2

Browse files
committed
Fix No method named "destroy"
1 parent a1939b1 commit dbcbbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/scripts/show.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
self.tooltip('show');
104104
setTimeout(function() {
105105
self.attr('title', '#{t(:copy_to_clipboard)}');
106-
self.tooltip('destroy');
106+
self.tooltip('dispose');
107107
}, 3000);
108108
});
109109
});

0 commit comments

Comments
 (0)