r100289 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100288
|
r100289
|
r100290
>
Date:
22:48, 19 October 2011
Author:
reedy
Status:
ok (
Comments
)
Tags:
Comment:
Fix link clicking in callout boxes
Modified paths:
/trunk/extensions/Contest/resources/jquery.contestChallenges.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Contest/resources/jquery.contestChallenges.js
—
—
@@ -56,7 +56,6 @@
57
57
$( '<div class="mw-codechallenge-popup"><div>' )
58
58
.click( function( e ) {
59
59
e.stopPropagation();
60
- e.preventDefault();
61
60
} )
62
61
.append( '<div class="mw-codechallenge-popup-callout"></div>' )
63
62
.append( challenge.text )
Follow-up revisions
Revision
Commit summary
Author
Date
r100290
Merge
r100289
reedy
22:49, 19 October 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100252
Fix inability to click on links in popup boxes per Krinkle
reedy
18:44, 19 October 2011
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
13:12, 6 December 2011
follow up
r100252
Status & tagging log
13:11, 6 December 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r100289
[
removed:
new
added:
ok]