fix: Station öffnen in Tab
This commit is contained in:
@@ -30,9 +30,7 @@ export async function openInNewTab(e, target) {
|
||||
}
|
||||
|
||||
if (link) {
|
||||
if (getDebugLog()) {
|
||||
console.log("🟢 Öffne Link:", link);
|
||||
}
|
||||
console.log("🟢 Öffne Link:", link);
|
||||
window.open(link, "_blank");
|
||||
} else {
|
||||
console.error("❌ Kein gültiger Link gefunden.");
|
||||
|
||||
Reference in New Issue
Block a user