mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Fix prettier again
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -18,7 +18,7 @@ var dateformat = "MMMM Do YYYY, HH:mm";
|
||||
// get the database min timestamp
|
||||
var mintimestamp;
|
||||
$.getJSON("api_db.php?getMinTimestamp", function (ts) {
|
||||
mintimestamp = ((ts.mintimestamp) * 1000) || 0; // return the timestamp in milliseconds or zero (in case of NaN)
|
||||
mintimestamp = ((ts.mintimestamp) * 1000) || 0; // return the timestamp in milliseconds or zero (in case of NaN)
|
||||
});
|
||||
|
||||
$(function () {
|
||||
|
||||
Reference in New Issue
Block a user