diff --git a/html/logs.html b/html/logs.html index 2e41ed8..860520a 100644 --- a/html/logs.html +++ b/html/logs.html @@ -98,10 +98,10 @@ title: "ζ‰“εŒ…ζ—Άι—΄", data: "ts", render: function (data, type, row, meta) { - if(type == 'display') { - return DATE_FORMATTER.format(new Date(data * 1000)) + if (type == 'display') { + return DATE_FORMATTER.format(new Date(data * 1000)) } else { - return data + return data } } }, @@ -135,4 +135,4 @@ - + \ No newline at end of file