Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Feb 8, 2024
1 parent 38ec7fd commit 38e01c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pi-hole/js/speedresults.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(document).ready(function () {
{
render: function (data, type, _full, _meta) {
if (type === "display") {
moment.utc(data).local();
moment.utc(data).local().format();
}

return data;
Expand All @@ -58,7 +58,7 @@ $(document).ready(function () {
{
render: function (data, type, _full, _meta) {
if (type === "display") {
moment.utc(data).local();
moment.utc(data).local().format();
}

return data;
Expand Down

0 comments on commit 38e01c9

Please sign in to comment.