mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Unbreak VE
Follow-up to I13058ae1 Change-Id: Icb30f87746bea3911379fca9766877a36e8b5975
This commit is contained in:
parent
685bacc990
commit
1c1d018bc7
|
@ -206,15 +206,13 @@
|
|||
modified
|
||||
);
|
||||
} )
|
||||
.then(
|
||||
function () {
|
||||
incrementLoadingProgress();
|
||||
},
|
||||
function () {
|
||||
hideLoading();
|
||||
resetLoadingProgress();
|
||||
}
|
||||
);
|
||||
.done( function () {
|
||||
incrementLoadingProgress();
|
||||
} )
|
||||
.fail( function () {
|
||||
hideLoading();
|
||||
resetLoadingProgress();
|
||||
} );
|
||||
|
||||
setEditorPreference( 'visualeditor' );
|
||||
|
||||
|
|
Loading…
Reference in a new issue