Index: branches/wmf/1.18wmf1/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 ) |