From: Jan Michel Date: Mon, 9 Nov 2015 10:33:52 +0000 (+0100) Subject: fixing small bug with xmlpage and generic input box X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a34d4b32c6135f55cc58de18430af77c4e44ca7c;p=daqtools.git fixing small bug with xmlpage and generic input box --- diff --git a/web/htdocs/layout/blue.css b/web/htdocs/layout/blue.css index 472c462..996b2d8 100644 --- a/web/htdocs/layout/blue.css +++ b/web/htdocs/layout/blue.css @@ -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 { diff --git a/web/htdocs/scripts/xmlpage.js b/web/htdocs/scripts/xmlpage.js index 93eef87..849978b 100644 --- a/web/htdocs/scripts/xmlpage.js +++ b/web/htdocs/scripts/xmlpage.js @@ -133,7 +133,8 @@ } setperiod(-1); settarget(-1); - setaddress(-1); + if(document.getElementById("address")) + setaddress(-1); if(period != -1) { Timeoutvar = setTimeout("refresh(0)",400);