[Pkg-owncloud-commits] [owncloud] 28/70: 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).
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5344d9beab68baae3abd830ccec40893c5802fa9
Author: Stephane V <stephane at vergeylen.eu>
Date: Sun Jul 6 16:15:33 2014 +0200
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).
---
settings/js/log.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings/js/log.js b/settings/js/log.js
index 5832c69..197fef9 100644
--- a/settings/js/log.js
+++ b/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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list