mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Merge "Temporarily disable broken ref tools in CollabTarget"
This commit is contained in:
commit
36dc4d487f
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue