From deccf2fa1eac294f44bcf9c76cb894c2c5bf31c4 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 6 Jan 2010 11:49:03 +0000 Subject: [PATCH] Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuery there, and raise $wgStyleVersion --- includes/DefaultSettings.php | 2 +- js2/js2stopgap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; -- 2.20.1