Merge branch 'gh-pages' into develop

* gh-pages:
  change task icon
  remove surrounding <p> element from jira issue description
This commit is contained in:
Bengt Brodersen 2015-06-07 14:34:59 +02:00
commit 864ecd2b56
5 changed files with 2 additions and 2 deletions

View File

@ -831,7 +831,7 @@ body {
} }
.issue-icon[type="task"] { .issue-icon[type="task"] {
background-color: ORANGE !important; background-color: ORANGE !important;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png); background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Gear.png);
} }
.issue-estimate { .issue-estimate {
position: absolute; position: absolute;
@ -1322,7 +1322,7 @@ body {
issueData.summary = data.fields.summary; issueData.summary = data.fields.summary;
issueData.description = data.renderedFields.description.replace(/<p>/, ""); issueData.description = data.renderedFields.description.replace(/^<p>(.*)<\/p>$/, "$1");
if (data.fields.assignee) { if (data.fields.assignee) {
issueData.assignee = data.fields.assignee.displayName; issueData.assignee = data.fields.assignee.displayName;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
resources/icons/Dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
resources/icons/Gear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB