Skip to content

Commit 48f4607

Browse files
authored
Merge pull request #472 from jenkinsci/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-8.1.2
Bump org.jvnet.hudson.plugins:analysis-pom from 7.4.0 to 8.1.2
2 parents fcc6611 + e0f942d commit 48f4607

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>7.4.0</version>
7+
<version>8.2.0</version>
88
<relativePath />
99
</parent>
1010

src/main/webapp/js/table.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jQuery3(document).ready(function () {
5858
+ dateTime.toLocaleString(luxon.DateTime.DATETIME_SHORT) + '">'
5959
+ dateTime.toRelative({locale: 'en'}) + '</span>';
6060
}
61-
else {
62-
return data;
63-
}
61+
return data;
6462
}
6563
},
6664
{

0 commit comments

Comments
 (0)