Index: branches/wmf/1.18wmf1/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>' ) |
Property changes on: branches/wmf/1.18wmf1/extensions/Contest |
___________________________________________________________________ |
Modified: svn:mergeinfo |
63 | 63 | Merged /trunk/extensions/Contest:r100261 |