gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32538 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r32538 - gnunet/contrib
Date: Thu, 6 Mar 2014 02:36:14 +0100

Author: bartpolot
Date: 2014-03-06 02:36:14 +0100 (Thu, 06 Mar 2014)
New Revision: 32538

Modified:
   gnunet/contrib/log.php
Log:
- fix level selection

Modified: gnunet/contrib/log.php
===================================================================
--- gnunet/contrib/log.php      2014-03-06 01:36:12 UTC (rev 32537)
+++ gnunet/contrib/log.php      2014-03-06 01:36:14 UTC (rev 32538)
@@ -254,8 +254,11 @@
       $(".btn-showlevel").removeClass("active");
       $("#"+level).addClass("active");
       for (var index = 0; index < types.length; ++index) {
-        $(".btn-showpeer.active").each(function(){
-          $("."+types[index]+"."+this.id).show();
+        $("#btn-showpeer > .btn-element.active").each(function(){
+         var peer = this.id;
+         $("#btn-showcomp > .btn-element.active").each(function(){
+           $("."+types[index]+"."+peer+"."+this.id).show();
+         });
         });
        if (types[index] == level)
          return;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]