mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 09:43:30 +00:00
Add an exception for ConvenientDiscussions-style permalinks
Bug: T349653
Change-Id: I775774084bb8abf2bc99475b426d581bed306306
(cherry picked from commit 7b941aae1c
)
This commit is contained in:
parent
a4d341df4b
commit
f113a8cc8c
|
@ -583,6 +583,8 @@ function init( $container, state ) {
|
|||
// A leading '/' usually means a application route, e.g. /media, or /editor.
|
||||
// We can't rule out a heading title (T349498), but they are unlikely
|
||||
/^\//,
|
||||
// Gadget: ConvenientDiscussions
|
||||
/^\d{12}_/,
|
||||
// Gadget: RedWarn
|
||||
/^noticeApplied-/
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue