Merge "Temporarily disable broken ref tools in CollabTarget"

This commit is contained in:
jenkins-bot 2018-05-20 11:09:49 +00:00 committed by Gerrit Code Review
commit 36dc4d487f

View file

@ -56,6 +56,10 @@ ve.init.mw.CollabTarget.static.toolbarGroups.splice( 4, 0, {
name: 'commentAnnotation',
include: [ 'commentAnnotation' ]
} );
// Temporarily disable references until they are properly supported (T194838)
ve.init.mw.CollabTarget.static.toolbarGroups = ve.init.mw.CollabTarget.static.toolbarGroups.filter( function ( group ) {
return group.name !== 'reference';
} );
ve.init.mw.CollabTarget.static.actionGroups = [
{