mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +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',
|
name: 'commentAnnotation',
|
||||||
include: [ '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 = [
|
ve.init.mw.CollabTarget.static.actionGroups = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue