Followup to r85021: Fix changed ID name
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Mon, 18 Apr 2011 09:35:14 +0000 (09:35 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Mon, 18 Apr 2011 09:35:14 +0000 (09:35 +0000)
skins/common/config.css
skins/common/config.js

index 31a5732..cddd1c8 100644 (file)
        margin-left: 2em;
 }
 
-#config-update-log {
+#config-live-log {
        width: 75%;
-}
+}
\ No newline at end of file
index 511966a..076005f 100644 (file)
@@ -29,7 +29,7 @@
                } );
                
                // Scroll to the bottom of upgrade log
-               $( "#config-update-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
+               $( "#config-live-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
                
                // Show/hide Creative Commons thingy
                $( '.licenseRadio' ).click( function() {