Bug 9147 owncloud/core

Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).
This commit is contained in:
Stephane V 2014-07-06 16:15:33 +02:00
parent 1f29bd18e9
commit e6cea04a30
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 {