summaryrefslogtreecommitdiff
path: root/skins/common/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/config.js')
-rw-r--r--skins/common/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/common/config.js b/skins/common/config.js
index 511966ad..e5af7d14 100644
--- a/skins/common/config.js
+++ b/skins/common/config.js
@@ -29,7 +29,7 @@
} );
// Scroll to the bottom of upgrade log
- $( "#config-update-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
+ $( '#config-live-log' ).find( '> textarea' ).each( function() { this.scrollTop = this.scrollHeight; } );
// Show/hide Creative Commons thingy
$( '.licenseRadio' ).click( function() {