From 9f3a0fcdc3e94ab96dae2ebea8dbdf67824fb0b9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 26 Dec 2018 10:12:47 +0000 Subject: [PATCH] zwave_neighborlist.js: open link in new tab (Forum #91394) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18056 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/zwave_neighborlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pgm2/zwave_neighborlist.js b/www/pgm2/zwave_neighborlist.js index 08d0dc9dd..0d56d8eff 100644 --- a/www/pgm2/zwave_neighborlist.js +++ b/www/pgm2/zwave_neighborlist.js @@ -151,7 +151,7 @@ zw_draw(fnRet, width, height) }); $("svg.zw_nr g text").click(function(){ if(!dragged) - location.href = FW_root+"?detail="+$(this).text(); + window.open(FW_root+"?detail="+$(this).text(), '_blank'); }); }