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 @@
5656 .append(
5757 $( '<div class="mw-codechallenge-popup"><div>' )
5858 .click( function( e ) {
59 - e.stopPropogation();
 59+ e.stopPropagation();
6060 e.preventDefault();
6161 } )
6262 .append( '<div class="mw-codechallenge-popup-callout"></div>' )

Follow-up revisions

RevisionCommit summaryAuthorDate
r1002751.18wmf1 MFT r100261reedy20:50, 19 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100252Fix inability to click on links in popup boxes per Krinklereedy18:44, 19 October 2011

Status & tagging log