Skip to content

Commit aaa6ed0

Browse files
Use better edit button detection to solve conflicts with redmine_wysiwyg
1 parent 1bdb792 commit aaa6ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/issues/_additionals_show_description_bottom.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.prepend("#{escape_javascript desc_link}");
1010
1111
$("#fast-desc-link").click(function() {
12-
$("#issue_description_and_toolbar").parent().find('a').eq(2).hide();
12+
$("#issue_description_and_toolbar").parent().find('a').find('span.icon-edit').parent().hide();
1313
showAndScrollTo("update", "issue_notes");
1414
$("#issue_description_and_toolbar").show();
1515
$("#issue_description").focus();

0 commit comments

Comments
 (0)