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:
Johann Hofmann
2019-11-06 00:47:31 +00:00
parent 4e30d01f3f
commit 29874f0efd
2 changed files with 2 additions and 0 deletions

View File

@@ -2305,6 +2305,7 @@ var gProtectionsHandler = {
this._protectionsPopupSiteNotWorkingReportError.hidden = false;
} else {
this._protectionsPopup.hidePopup();
ConfirmationHint.show(this.iconBox, "breakageReport");
}
})
.catch(Cu.reportError);