You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/10/15 14:33:42 UTC

[7/8] fauxton commit: updated refs/heads/port-views to f114d07

load new view also on click in dropdown


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

Branch: refs/heads/port-views
Commit: a9d1c763926d95ca7519ad6a9b9170d3d39f4bf0
Parents: 41c267c
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 15 11:04:06 2014 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 15 14:33:10 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/routes-documents.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a9d1c763/app/addons/documents/routes-documents.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/routes-documents.js b/app/addons/documents/routes-documents.js
index d3f693f..6ed0b2d 100644
--- a/app/addons/documents/routes-documents.js
+++ b/app/addons/documents/routes-documents.js
@@ -74,8 +74,6 @@ function(app, FauxtonAPI, Documents, Changes, Index, DocEditor, Databases, Resou
         route: "designDocMetadata",
         roles: ['_admin']
       },
-      "database/:database/new_view": "newViewEditor",
-      "database/:database/new_view/:designDoc": "newViewEditor",
       "database/:database/_changes(:params)": "changes"
     },