mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Remove 'mobile-ab' config for section editing
Test is over. Reverts I2c22d7636ae11d2db7780ae5adb3abe9df532b7c Change-Id: I883dc8d6de6f2f39afc6b42c60503c3155f9fd8f Depends-On: If3d24b44e37ca53826c60ada02cdf5636aa8606a Bug: T225645
This commit is contained in:
parent
9114e5403b
commit
87a3402203
|
@ -55,15 +55,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// T218851: Section editing A/B test
|
||||
if ( conf.enableVisualSectionEditing === 'mobile-ab' ) {
|
||||
if ( !mw.user.isAnon() && mw.user.getId() % 2 ) {
|
||||
conf.enableVisualSectionEditing = 'mobile';
|
||||
} else {
|
||||
conf.enableVisualSectionEditing = false;
|
||||
}
|
||||
}
|
||||
|
||||
mw.libs.ve = mw.libs.ve || {};
|
||||
|
||||
mw.libs.ve.targetLoader = {
|
||||
|
|
Loading…
Reference in a new issue