Merge pull request #9479 from stephane84/fix-9147

Log table design glitch in date field
This commit is contained in:
Morris Jobke 2014-07-07 11:27:56 +02:00
commit a26370e585
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ OC.Log={
row.append(messageTd);
var timeTd=$('<td/>');
timeTd.addClass('date');
if(isNaN(entry.time)){
timeTd.text(entry.time);
} else {