Skip to content

Commit 78b0fa3

Browse files
committed
Fix PMD warning.
1 parent 0ed2d8e commit 78b0fa3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)