We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dc331 commit c999d52Copy full SHA for c999d52
js/app.js
@@ -348,7 +348,6 @@ FaFp+DyAe+b4nDwuJaW2LURbr8AEZga7oQj0uYxcYw==\n\
348
var matches = /"(.*)":\s*"?(\d*)"?/.exec(line);
349
if(matches && timeClaims.indexOf(matches[1]) !== -1) {
350
var dateStr = (new Date(parseInt(matches[2]))).toString();
351
- console.log(dateStr);
352
payloadTooltip.text(dateStr);
353
payloadTooltip.css({
354
left: event.pageX + 'px',
0 commit comments