We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df70bd commit a4af675Copy full SHA for a4af675
assets/javascripts/card.js
@@ -167,9 +167,9 @@
167
if (issue.parent != undefined) {
168
console.log ("found parent:" + issue.parent);
169
jQuery('.parent',ticketCard).html(issue.parent.id).attr('href',relativeUrl+'/issues/'+issue.parent.id);
170
+ jQuery('.histoire').show();
171
} else {
172
console.log ("not found parent:" + issue.parent);
- jQuery('.histoire').hide();
173
}
174
jQuery('.subject',ticketCard).html(issue.subject);
175
0 commit comments