Commit 70814f77 authored by Yaroslav Lushnikov's avatar Yaroslav Lushnikov 🦆

Fix h2 issue

parent 49b1278a
......@@ -2,7 +2,7 @@
if (!($('.issue').length && $('#history').length)) {
return;
}
var issueTitle = $('h2').attr('style', 'cursor: pointer');
var issueTitle = $('#content>h2').attr('style', 'cursor: pointer');
issueTitle.on('click', function (e) {
var branchName = issueTitle.html().replace(' #', '-').toLowerCase();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment