diff --git a/settings/css/settings.css b/settings/css/settings.css
index 265a29b8f7f5167ecab38e7b6a9fc818a005c25f..46a0bbe7c3219ca1cce12b0f9bcab5d2fa06728b 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -79,6 +79,7 @@ span.version { margin-left:1em; margin-right:1em; color:#555; }
 
 /* LOG */
 #log { white-space:normal; }
+#lessLog { display:none; }
 
 /* ADMIN */
 span.securitywarning {color:#C33; font-weight:bold; }
diff --git a/settings/js/log.js b/settings/js/log.js
index d91c180a52b13801f540990e0a26754ae31e5f07..1aced805a49bdeec76592c57a79ef46051abf0b1 100644
--- a/settings/js/log.js
+++ b/settings/js/log.js
@@ -65,7 +65,6 @@ OC.Log={
 }
 
 $(document).ready(function(){
-	$('#lessLog').hide(); // initially hide the less button
 	$('#moreLog').click(function(){
 		OC.Log.getMore();
 	})