summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/log.js1
1 files changed, 0 insertions, 1 deletions
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();
})