mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Stop showing popup for cancel link on the Wikitext editor
Bug: T122078 Change-Id: Ib275605c649829a1a04b9bdcb8ffe446921aed0c
This commit is contained in:
parent
131563a68c
commit
d760c12fe0
|
@ -53,7 +53,8 @@
|
|||
'.new',
|
||||
'.internal',
|
||||
'.external',
|
||||
'.oo-ui-buttonedElement-button'
|
||||
'.oo-ui-buttonedElement-button',
|
||||
'.cancelLink a'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue