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).
remotes/origin/fix-10825
Stephane V 12 years ago
parent 1f29bd18e9
commit e6cea04a30
  1. 1
      settings/js/log.js

@ -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…
Cancel
Save