mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
VE: Fix toolbar hack
Change-Id: I2cad81a89ae0c55d4209bfef3a1db239381996ca
This commit is contained in:
parent
07db923b86
commit
f641f44628
|
@ -16,7 +16,7 @@
|
|||
if ( ve.getProp( toolGroups[ j ], 'include', 0, 'group' ) === 'cite' ) {
|
||||
// Skip if the cite group exists already
|
||||
linkIndex = -1;
|
||||
break targetLoop;
|
||||
continue targetLoop;
|
||||
}
|
||||
}
|
||||
// Looking through the object to find what we actually need
|
||||
|
|
Loading…
Reference in a new issue