aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/log.php b/contrib/log.php
index 3f2c8324b..663d963e4 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -212,7 +212,7 @@ if ($start !== null || $stop !== null) {
212 212
213 function showlevel (level) 213 function showlevel (level)
214 { 214 {
215 $("tr").hide(); 215 $("tbody > tr").hide();
216 $(".btn-showlevel").removeClass("active"); 216 $(".btn-showlevel").removeClass("active");
217 $("#"+level).addClass("active"); 217 $("#"+level).addClass("active");
218 for (var index = 0; index < types.length; ++index) { 218 for (var index = 0; index < types.length; ++index) {