mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Merge "Select tool when it's been closed by education tool popup button"
This commit is contained in:
commit
190c64ed69
|
@ -124,4 +124,6 @@ ve.ui.MWEducationPopupTool.prototype.onPopupCloseButtonClick = function () {
|
||||||
$.cookie( 've-hideusered', 1, { path: '/', expires: 30 } );
|
$.cookie( 've-hideusered', 1, { path: '/', expires: 30 } );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.onSelect();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue