You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/07/29 17:48:19 UTC

fauxton commit: updated refs/heads/secondary-indexes to 6d8c3bc

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/secondary-indexes fc25554d2 -> 6d8c3bcae


removed the breadcrumbs POC


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/6d8c3bca
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/6d8c3bca
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/6d8c3bca

Branch: refs/heads/secondary-indexes
Commit: 6d8c3bcae13d121e1d296315ea65ead6911037c6
Parents: fc25554
Author: deathbearbrown <de...@gmail.com>
Authored: Tue Jul 29 11:48:13 2014 -0400
Committer: deathbearbrown <de...@gmail.com>
Committed: Tue Jul 29 11:48:13 2014 -0400

----------------------------------------------------------------------
 app/addons/indexes/routes-core.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/6d8c3bca/app/addons/indexes/routes-core.js
----------------------------------------------------------------------
diff --git a/app/addons/indexes/routes-core.js b/app/addons/indexes/routes-core.js
index af7b525..3cf28b4 100644
--- a/app/addons/indexes/routes-core.js
+++ b/app/addons/indexes/routes-core.js
@@ -26,9 +26,6 @@ function (app, FauxtonAPI, Databases, Views, Documents, Resources) {
     initialize: function (route, masterLayout, options) {
       this.databaseName = options[0];
 
-      //this is a test
-      this.setView("#breadcrumbs", new Views.IndexHeader({}));
-
       this.data = {
         database: new Databases.Model({id:this.databaseName})
       };