Github user michellephung commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/409#discussion_r30375747
--- Diff: app/addons/fauxton/base.js ---
@@ -104,7 +104,7 @@ function (app, FauxtonAPI, Components,
NavbarReactComponents, NavigationActions,
Fauxton.Notification = FauxtonAPI.View.extend({
animationTimer: 5000,
-
+ id: 'global-notification-id',
--- End diff --
Meaning, there are several nested elements inside the global notifications
banner. All without IDs. This add one ID.
---
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.
---