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.
2 parents fcc6611 + e0f942d commit 48f4607Copy full SHA for 48f4607
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jvnet.hudson.plugins</groupId>
6
<artifactId>analysis-pom</artifactId>
7
- <version>7.4.0</version>
+ <version>8.2.0</version>
8
<relativePath />
9
</parent>
10
src/main/webapp/js/table.js
@@ -58,9 +58,7 @@ jQuery3(document).ready(function () {
58
+ dateTime.toLocaleString(luxon.DateTime.DATETIME_SHORT) + '">'
59
+ dateTime.toRelative({locale: 'en'}) + '</span>';
60
}
61
- else {
62
- return data;
63
- }
+ return data;
64
65
},
66
{
0 commit comments