zwave_neighborlist.js: open link in new tab (Forum #91394)

git-svn-id: https://svn.fhem.de/fhem/trunk@18056 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-12-26 10:12:47 +00:00
parent da0a0f3c24
commit e1d5ac0784

View File

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