convert js call to css rule

This commit is contained in:
Morris Jobke 2013-03-28 15:43:14 +01:00
parent df74c0e43a
commit f19fd30278
2 changed files with 1 additions and 1 deletions

View File

@ -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; }

View File

@ -65,7 +65,6 @@ OC.Log={
}
$(document).ready(function(){
$('#lessLog').hide(); // initially hide the less button
$('#moreLog').click(function(){
OC.Log.getMore();
})