Merge "Fix rounded corners issue on help button by destroying notices"

This commit is contained in:
jenkins-bot 2014-11-25 19:42:39 +00:00 committed by Gerrit Code Review
commit 9fd9730549

View file

@ -47,7 +47,7 @@ ve.ui.MWNoticesPopupTool = function VeUiMWNoticesPopupTool( toolGroup, config )
this.popup.toggle( true );
}.bind( this ), 500 );
} else {
this.$element.hide();
this.$element = $( [] );
}
};