http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100257
Revision: 100257
Author: reedy
Date: 2011-10-19 19:03:55 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
MFT r100252
Modified Paths:
--------------
branches/wmf/1.18wmf1/extensions/Contest/resources/jquery.contestChallenges.js
Property Changed:
----------------
branches/wmf/1.18wmf1/extensions/Contest/
Property changes on: branches/wmf/1.18wmf1/extensions/Contest
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/REL1_15/phase3/extensions/Contest:51646
/branches/REL1_17/phase3/extensions/Contest:81445,81448
/branches/new-installer/phase3/extensions/Contest:43664-66004
/branches/sqlite/extensions/Contest:58211-58321
/trunk/extensions/Contest:99592,99653,100190-100191,100193,100198,100200,100240,100245
/trunk/phase3/extensions/Contest:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
+ /branches/REL1_15/phase3/extensions/Contest:51646
/branches/REL1_17/phase3/extensions/Contest:81445,81448
/branches/new-installer/phase3/extensions/Contest:43664-66004
/branches/sqlite/extensions/Contest:58211-58321
/trunk/extensions/Contest:99592,99653,100190-100191,100193,100198,100200,100240,100245,100252,100255
/trunk/phase3/extensions/Contest:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
Modified:
branches/wmf/1.18wmf1/extensions/Contest/resources/jquery.contestChallenges.js
===================================================================
---
branches/wmf/1.18wmf1/extensions/Contest/resources/jquery.contestChallenges.js
2011-10-19 18:57:36 UTC (rev 100256)
+++
branches/wmf/1.18wmf1/extensions/Contest/resources/jquery.contestChallenges.js
2011-10-19 19:03:55 UTC (rev 100257)
@@ -36,7 +36,6 @@
.fadeOut( 'fast' );
} );
e.stopPropagation();
- return false;
}
} )
.append(
@@ -55,8 +54,9 @@
)
.append(
$( '<div
class="mw-codechallenge-popup"><div>' )
- .click(
function() {
-
return false;
+ .click(
function( e ) {
+
e.stopPropogation();
+
e.preventDefault();
} )
.append( '<div class="mw-codechallenge-popup-callout"></div>' )
.append( challenge.text )
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs