Update bookmarklet.js
This commit is contained in:
parent
b9c7db5c24
commit
ca610d745a
@ -787,6 +787,12 @@ body {
|
||||
line-height: 0.6rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.description p:first-of-type {
|
||||
margin-top: 0rem;
|
||||
}
|
||||
.description p:last-of-type {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
.issue-id {
|
||||
position: absolute;
|
||||
left: 1rem;
|
||||
@ -1330,8 +1336,6 @@ body {
|
||||
|
||||
issueData.summary = data.fields.summary;
|
||||
|
||||
issueData.description = data.renderedFields.description.replace(/^<p>(.*)<\/p>$/, "$1");
|
||||
|
||||
if (data.fields.assignee) {
|
||||
issueData.assignee = data.fields.assignee.displayName;
|
||||
var avatarUrl = data.fields.assignee.avatarUrls['48x48'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user