Merge "Select tool when it's been closed by education tool popup button"

This commit is contained in:
jenkins-bot 2016-03-29 16:42:38 +00:00 committed by Gerrit Code Review
commit 190c64ed69

View file

@ -124,4 +124,6 @@ ve.ui.MWEducationPopupTool.prototype.onPopupCloseButtonClick = function () {
$.cookie( 've-hideusered', 1, { path: '/', expires: 30 } );
}
}
this.onSelect();
};