mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Hygiene: move CategoryAddOverlay window use to client
MinervaNeue should be solely responsible for controlling the flow of its own UI. This patch puts the responsibility for changing the add category dialog state when a category has successfully been added onto MinervaNeue. Bug: T173539 Related: Ic61ac46e21f510e5b168d7d98b68a59429eb7044 Change-Id: I5010d5ad1a27f09c1c5b0b4188dcec445cc3229f
This commit is contained in:
parent
48593a7656
commit
9431e9a6e3
|
@ -10,6 +10,9 @@
|
|||
|
||||
loader.loadModule( 'mobile.categories.overlays', true ).done( function ( loadingOverlay ) {
|
||||
var CategoryOverlay = M.require( 'mobile.categories.overlays/CategoryOverlay' );
|
||||
M.on( 'category-added', function () {
|
||||
window.location.hash = '#/categories';
|
||||
} );
|
||||
|
||||
loadingOverlay.hide();
|
||||
result.resolve( new CategoryOverlay( {
|
||||
|
|
Loading…
Reference in a new issue