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 @@
5757 $( '<div class="mw-codechallenge-popup"><div>' )
5858 .click( function( e ) {
5959 e.stopPropagation();
60 - e.preventDefault();
6160 } )
6261 .append( '<div class="mw-codechallenge-popup-callout"></div>' )
6362 .append( challenge.text )

Follow-up revisions

RevisionCommit summaryAuthorDate
r100290Merge r100289reedy22:49, 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

Comments

#Comment by Hashar (talk | contribs)   13:12, 6 December 2011

follow up r100252

Status & tagging log