Index: trunk/phase3/skins/common/config.js |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | } ); |
31 | 31 | |
32 | 32 | // 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; } ); |
34 | 34 | |
35 | 35 | // Show/hide Creative Commons thingy |
36 | 36 | $( '.licenseRadio' ).click( function() { |
Index: trunk/phase3/skins/common/config.css |
— | — | @@ -159,6 +159,6 @@ |
160 | 160 | margin-left: 2em; |
161 | 161 | } |
162 | 162 | |
163 | | -#config-update-log { |
| 163 | +#config-live-log { |
164 | 164 | width: 75%; |
165 | | -} |
| 165 | +} |
\ No newline at end of file |