Revision 237e0f07
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
xslt/xulmenu.xsl | ||
---|---|---|
203 | 203 |
function openLinkNewWindow(event) |
204 | 204 |
{ |
205 | 205 |
var path=event.target.getAttribute("link") |
206 |
window.open(path,"_new","")
|
|
206 |
window.open(path,"_blank","")
|
|
207 | 207 |
} |
208 | 208 |
|
209 | 209 |
function openTreeLink(event) |
Auch abrufbar als: Unified diff
Beim Oeffnen von neuen Fenster wurde max. ein neuer Tab geoeffnet