From 6ca171e7b81e0818318f616e87470d2128d8e4c8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 14 Jan 2007 10:21:53 +0000 Subject: [PATCH] PLEASE TEST YOUR ONE-LINE COMMITS THANKS --- includes/DefaultSettings.php | 2 +- skins/common/wikibits.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1b525149ff..6385353428 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1105,7 +1105,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '44'; +$wgStyleVersion = '45'; # Server-side caching: diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 0ed1922464..3a0c496b6a 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -596,7 +596,7 @@ function akeytt( doId ) { } // Now deal with evil deprecated ta - watchCheckboxExists = getElementById( 'wpWatchthis' ) ? true : false; + watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false; for (var id in ta) { var n = document.getElementById(id); if (n) { -- 2.20.1