Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/ui.js

Issue 29327619: Issue 3060 - Disable auto hiding for all notification types (Closed)
Patch Set: Created Sept. 15, 2015, 7:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ui.js
===================================================================
--- a/lib/ui.js
+++ b/lib/ui.js
@@ -1911,7 +1911,7 @@
Notification.markAsShown(notification.id);
panel.setAttribute("class", "abp-" + notification.type);
- panel.setAttribute("noautohide", notification.type === "question");
+ panel.setAttribute("noautohide", true);
panel.openPopup(button, "bottomcenter topcenter", 0, 0, false, false, null);
}
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld