Bug 1575785 - Show a confirmation hint when a user successfully submitted a breakage report. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D51383
This commit is contained in:
@@ -2305,6 +2305,7 @@ var gProtectionsHandler = {
|
||||
this._protectionsPopupSiteNotWorkingReportError.hidden = false;
|
||||
} else {
|
||||
this._protectionsPopup.hidePopup();
|
||||
ConfirmationHint.show(this.iconBox, "breakageReport");
|
||||
}
|
||||
})
|
||||
.catch(Cu.reportError);
|
||||
|
||||
Reference in New Issue
Block a user