Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/92#discussion_r18779396
--- Diff: app/addons/config/views.js ---
@@ -166,6 +166,12 @@ function(app, FauxtonAPI, Config, Components) {
this.sourceArray = _.map(this.collection.toJSON(), function (item,
key) {
return item.section;
});
+
+ // focus on the first field when it's shown
+ var self = this;
--- End diff --
Our convention is to use `that` instead of `self`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---