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'); }); }