Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuer...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 6 Jan 2010 11:49:03 +0000 (11:49 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 6 Jan 2010 11:49:03 +0000 (11:49 +0000)
includes/DefaultSettings.php
js2/js2stopgap.js

index 3e24457..b4659a8 100644 (file)
@@ -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:
index 1c9fece..9332b3f 100644 (file)
@@ -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 ];