PLEASE TEST YOUR ONE-LINE COMMITS THANKS
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Jan 2007 10:21:53 +0000 (10:21 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Jan 2007 10:21:53 +0000 (10:21 +0000)
includes/DefaultSettings.php
skins/common/wikibits.js

index 1b52514..6385353 100644 (file)
@@ -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:
index 0ed1922..3a0c496 100644 (file)
@@ -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) {