Commit 05853e2a authored by Yaroslav Lushnikov's avatar Yaroslav Lushnikov 🦆

Fix timesheet page

parent 6c779977
(function($) { (function($) {
if (!($('.issue').length && $('#history').length)) {
return;
}
var issueTitle = $('h2').attr('style', 'cursor: pointer'); var issueTitle = $('h2').attr('style', 'cursor: pointer');
issueTitle.on('click', function (e) { issueTitle.on('click', function (e) {
......
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