mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-27 14:24:52 +00:00
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:
parent
8b6e97ba9e
commit
2eed1e9d2d
@ -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