]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fixing small bug with xmlpage and generic input box
authorJan Michel <j.michel@gsi.de>
Mon, 9 Nov 2015 10:33:52 +0000 (11:33 +0100)
committerJan Michel <j.michel@gsi.de>
Mon, 9 Nov 2015 10:33:52 +0000 (11:33 +0100)
web/htdocs/layout/blue.css
web/htdocs/scripts/xmlpage.js

index 472c462175978bdf7e6d9a692fc7d55f95a060f0..996b2d8e7eb7e0e7a722f8dc80f475292a2b1f60 100644 (file)
@@ -389,7 +389,7 @@ span.tooltip  {
 th:hover .tooltip, td:hover .tooltip {
   margin: 0;
   opacity:1;
-  transition: opacity .4s;
+  transition: opacity .1s;
   }
   
 table.queryresult th div, table.queryresult td div {
index 93eef87a0c7d769d2f34b7c7135a47e08bc6988f..849978bd12d2b5fc595d5224358c95f4e552b2d5 100644 (file)
       }      
     setperiod(-1);
     settarget(-1);
-    setaddress(-1);
+    if(document.getElementById("address"))
+      setaddress(-1);
   
     if(period != -1) {
       Timeoutvar = setTimeout("refresh(0)",400);