mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-21 11:16:43 +00:00
Oops, remove debug log
This commit is contained in:
parent
cf77b03a6f
commit
675edb08c3
@ -81,9 +81,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||||||
var timedelta = now_timestamp - torrent_timestamp;
|
var timedelta = now_timestamp - torrent_timestamp;
|
||||||
target.setAttribute('title', _format_time_difference(timedelta));
|
target.setAttribute('title', _format_time_difference(timedelta));
|
||||||
|
|
||||||
var asd = new Date(torrent_timestamp*1000);
|
target.innerText = _format_date(new Date(torrent_timestamp*1000));
|
||||||
console.log(torrent_timestamp, asd);
|
|
||||||
target.innerText = _format_date(asd);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user