r86222 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86221
|
r86222
|
r86223
>
Date:
17:40, 16 April 2011
Author:
maxsem
Status:
ok
Tags:
Comment:
CR tooltips: show on anchored links, too
Modified paths:
/trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js
—
—
@@ -4,7 +4,7 @@
5
5
if ( !link ) {
6
6
return;
7
7
}
8
- var matches = link.match( /^\/.*\/Special:Code\/([-A-Za-z\d_]*?)\/(\d+)$/ );
8
+ var matches = link.match( /^\/.*\/Special:Code\/([-A-Za-z\d_]*?)\/(\d+)(#.*)?$/ );
9
9
if ( !matches ) {
10
10
return;
11
11
}
Status & tagging log
15:41, 19 April 2011
😂
(
talk
|
contribs
)
changed the
status
of r86222
[
removed:
new
added:
ok]