mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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
This commit is contained in:
parent
f97c08e237
commit
9f3a0fcdc3
@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user