From: Roan Kattouw Date: Wed, 6 Jan 2010 11:49:03 +0000 (+0000) Subject: Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuer... X-Git-Tag: 1.31.0-rc.0~38393 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=deccf2fa1eac294f44bcf9c76cb894c2c5bf31c4;p=lhc%2Fweb%2Fwiklou.git Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuery there, and raise $wgStyleVersion --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3e24457ab0..b4659a87c9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1655,7 +1655,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '258'; +$wgStyleVersion = '259'; # Server-side caching: diff --git a/js2/js2stopgap.js b/js2/js2stopgap.js index 1c9feced20..9332b3f0f5 100644 --- a/js2/js2stopgap.js +++ b/js2/js2stopgap.js @@ -1057,7 +1057,7 @@ jQuery.extend({ return letter.toUpperCase(); }); - if ( set && value != 'NaNpx' ) + if ( set && value != 'NaNpx' ) // Patched by Trevor, see http://is.gd/5NXiD elem[ name ] = value; return elem[ name ];