mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
Update excluded selector to its current name in OOUI
OO.ui.ButtonedElement has been renamed to OO.ui.ButtonElement 9 years ago in I1abecd8aaf694799e4e46acb07afbdfb458a4882 together with its classes. This change updates the class name in the list of selectors that don't trigger a popup (EXCLUDED_LINK_SELECTORS) to its current name. Bug: T348893 Change-Id: I9b93ce62e0664ba06a14d71477afc0be4fae2fd4
This commit is contained in:
parent
6924a89b07
commit
f504232535
BIN
resources/dist/index.js
vendored
BIN
resources/dist/index.js
vendored
Binary file not shown.
BIN
resources/dist/index.js.map.json
vendored
BIN
resources/dist/index.js.map.json
vendored
Binary file not shown.
|
@ -41,7 +41,7 @@ const EXCLUDED_LINK_SELECTORS = [
|
|||
'.internal',
|
||||
'.external',
|
||||
'.mw-cite-backlink a',
|
||||
'.oo-ui-buttonedElement-button',
|
||||
'.oo-ui-buttonElement-button',
|
||||
'.ve-ce-surface a', // T259889
|
||||
'.cancelLink a',
|
||||
// T198652: lists to hash fragments are ignored.
|
||||
|
|
Loading…
Reference in a new issue