r86296 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86295‎ | r86296 | r86297 >
Date:09:35, 18 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
Followup to r85021: Fix changed ID name
Modified paths:
  • /trunk/phase3/skins/common/config.css (modified) (history)
  • /trunk/phase3/skins/common/config.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/config.js
@@ -29,7 +29,7 @@
3030 } );
3131
3232 // Scroll to the bottom of upgrade log
33 - $( "#config-update-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
 33+ $( "#config-live-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
3434
3535 // Show/hide Creative Commons thingy
3636 $( '.licenseRadio' ).click( function() {
Index: trunk/phase3/skins/common/config.css
@@ -159,6 +159,6 @@
160160 margin-left: 2em;
161161 }
162162
163 -#config-update-log {
 163+#config-live-log {
164164 width: 75%;
165 -}
 165+}
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85021(bug 28237) Installer doesn't create extension tablesmaxsem17:32, 30 March 2011

Status & tagging log