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