gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 28c1c2195d174fa1e71b9483b8a2646cf9909d75
parent 28668d0b8e781ed717a7546aeac456c73e349e80
Author: Bart Polot <bart@net.in.tum.de>
Date:   Mon, 17 Feb 2014 15:26:18 +0000

- only hide body rows, leave header

Diffstat:
Mcontrib/log.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/log.php b/contrib/log.php @@ -212,7 +212,7 @@ if ($start !== null || $stop !== null) { function showlevel (level) { - $("tr").hide(); + $("tbody > tr").hide(); $(".btn-showlevel").removeClass("active"); $("#"+level).addClass("active"); for (var index = 0; index < types.length; ++index) {