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:
Ed Sanders 2019-06-12 17:45:20 +01:00
parent 9114e5403b
commit 87a3402203

View file

@ -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 = {