mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix #2301
This commit is contained in:
parent
257dd27e5d
commit
3b41237e4b
@ -543,7 +543,7 @@ var renderLogEntry = function(entry) {
|
||||
var time = logDate;
|
||||
time.setTime(entry.tstamp - logDateTimezoneOffset);
|
||||
tr.cells[0].textContent = padTo2(time.getUTCHours()) + ':' +
|
||||
padTo2(time.getMinutes()) + ':' +
|
||||
padTo2(time.getUTCMinutes()) + ':' +
|
||||
padTo2(time.getSeconds());
|
||||
|
||||
if ( entry.tab ) {
|
||||
|
Loading…
Reference in New Issue
Block a user