r100261 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100260
|
r100261
|
r100262
>
Date:
19:31, 19 October 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Fix method name typo from
r100252
Modified paths:
/trunk/extensions/Contest/resources/jquery.contestChallenges.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Contest/resources/jquery.contestChallenges.js
—
—
@@ -55,7 +55,7 @@
56
56
.append(
57
57
$( '<div class="mw-codechallenge-popup"><div>' )
58
58
.click( function( e ) {
59
- e.stopPropogation();
59
+ e.stopPropagation();
60
60
e.preventDefault();
61
61
} )
62
62
.append( '<div class="mw-codechallenge-popup-callout"></div>' )
Follow-up revisions
Revision
Commit summary
Author
Date
r100275
1.18wmf1 MFT
r100261
reedy
20:50, 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
Status & tagging log
13:10, 6 December 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r100261
[
removed:
new
added:
ok]