Updated Branches: refs/heads/1813-verify-install [created] 5513e8c8e
working first version Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5513e8c8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5513e8c8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5513e8c8 Branch: refs/heads/1813-verify-install Commit: 5513e8c8eebe3a4b985f01f557703dcf41d3a0f2 Parents: 1944276 Author: Garren Smith <[email protected]> Authored: Tue Oct 15 12:23:00 2013 +0200 Committer: Garren Smith <[email protected]> Committed: Tue Oct 15 12:23:00 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/resources.js | 1 - src/fauxton/settings.json.default | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5513e8c8/src/fauxton/app/modules/documents/resources.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/resources.js b/src/fauxton/app/modules/documents/resources.js index 901ba83..dca9b20 100644 --- a/src/fauxton/app/modules/documents/resources.js +++ b/src/fauxton/app/modules/documents/resources.js @@ -12,7 +12,6 @@ define([ "app", - "api" ], http://git-wip-us.apache.org/repos/asf/couchdb/blob/5513e8c8/src/fauxton/settings.json.default ---------------------------------------------------------------------- diff --git a/src/fauxton/settings.json.default b/src/fauxton/settings.json.default index 4964135..ce45e26 100644 --- a/src/fauxton/settings.json.default +++ b/src/fauxton/settings.json.default @@ -8,7 +8,8 @@ { "name": "plugins" }, { "name": "contribute" }, { "name": "permissions" }, - { "name": "auth" } + { "name": "auth" }, + { "name": "verifyinstall" } ], "template": { "development": {
