From a34d4b32c6135f55cc58de18430af77c4e44ca7c Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 9 Nov 2015 11:33:52 +0100 Subject: [PATCH] fixing small bug with xmlpage and generic input box --- web/htdocs/layout/blue.css | 2 +- web/htdocs/scripts/xmlpage.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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); -- 2.43.0