Skip to content
Snippets Groups Projects
Commit e6cea04a authored by Stephane V's avatar Stephane V
Browse files

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).
parent 1f29bd18
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ OC.Log={
row.append(messageTd);
var timeTd=$('<td/>');
timeTd.addClass('date');
if(isNaN(entry.time)){
timeTd.text(entry.time);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment