Bug 623144 - Sync UI: Deactive This Device (startOver) should clear error notification still shown. r+a=mconnor

This commit is contained in:
Philipp von Weitershausen 2011-01-20 13:54:20 -08:00
parent cdd64c99b1
commit 9f229ea103

View File

@ -249,6 +249,7 @@ let gSyncUI = {
},
onStartOver: function SUI_onStartOver() {
Weave.Notifications.removeAll();
this.updateUI();
},