Merge "Remove 'mobile-ab' config for section editing"

This commit is contained in:
jenkins-bot 2019-06-17 20:37:51 +00:00 committed by Gerrit Code Review
commit 69ff78868f

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