| 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); |
| } |
| }; |