summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css1
-rw-r--r--settings/js/log.js1
2 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 265a29b8f7f..46a0bbe7c32 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 d91c180a52b..1aced805a49 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();
})