Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C47D11D09 for ; Mon, 19 May 2014 16:30:59 +0000 (UTC) Received: (qmail 80844 invoked by uid 500); 19 May 2014 16:22:07 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 80680 invoked by uid 500); 19 May 2014 16:22:07 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 75891 invoked by uid 99); 19 May 2014 16:17:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 16:17:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 320949878B9; Mon, 19 May 2014 16:17:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Mon, 19 May 2014 16:17:23 -0000 Message-Id: <544e4cea2a6646bba07a78803eb0965e@git.apache.org> In-Reply-To: <49fb1b4064d446ba9720e079b49bbd01@git.apache.org> References: <49fb1b4064d446ba9720e079b49bbd01@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/47] couchdb commit: updated refs/heads/Update-Sidebar-Ui to c173e52 Fauxton: remove superfluous token in dateformat Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/abeaf26c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/abeaf26c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/abeaf26c Branch: refs/heads/Update-Sidebar-Ui Commit: abeaf26c5efda279dcc4ad438d13e2f496daa38a Parents: 3211688 Author: Robert Kowalski Authored: Thu Apr 24 19:56:48 2014 +0200 Committer: Robert Kowalski Committed: Thu Apr 24 19:56:58 2014 +0200 ---------------------------------------------------------------------- src/fauxton/app/addons/logs/resources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/abeaf26c/src/fauxton/app/addons/logs/resources.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/logs/resources.js b/src/fauxton/app/addons/logs/resources.js index dec8187..2545542 100644 --- a/src/fauxton/app/addons/logs/resources.js +++ b/src/fauxton/app/addons/logs/resources.js @@ -34,7 +34,7 @@ function (app, FauxtonAPI, Backbone, d3) { }, time: function () { - var formatter = d3.time.format("%H:%M%:%S"); + var formatter = d3.time.format("%H:%M:%S"); return formatter(this.dateObject); },