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:
parent
1f29bd18e9
commit
e6cea04a30
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ OC.Log={
|
|||
row.append(messageTd);
|
||||
|
||||
var timeTd=$('<td/>');
|
||||
timeTd.addClass('date');
|
||||
if(isNaN(entry.time)){
|
||||
timeTd.text(entry.time);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue