diff --git a/.env.development b/.env.development index d3472f4e8..58abdc7ad 100644 --- a/.env.development +++ b/.env.development @@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.347 +NEXT_PUBLIC_APP_VERSION=1.1.348 diff --git a/.env.production b/.env.production index a236edd1b..90ca0d07c 100644 --- a/.env.production +++ b/.env.production @@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.347 +NEXT_PUBLIC_APP_VERSION=1.1.348 diff --git a/package-lock.json b/package-lock.json index 686a9f50d..1d055d1c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.347", + "version": "1.1.348", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.347", + "version": "1.1.348", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index 3ca19c352..2a3a90801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.347", + "version": "1.1.348", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/utils/openInNewTab.js b/utils/openInNewTab.js index c47b7458d..100cd7b79 100644 --- a/utils/openInNewTab.js +++ b/utils/openInNewTab.js @@ -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.");