Skip to content
Code-Schnipsel Gruppen Projekte
Commit 22266cf6 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

fix: corrected strict type check conversion error

Übergeordneter 2427e29b
No related branches found
No related tags found
2 Merge Requests!4Feat open links in new tab,!3fix: corrected strict type check conversion error
......@@ -560,7 +560,7 @@ define('package/quiqqer/bricks/bin/Controls/Slider/PromosliderSettings', [
Type.value = data.type;
Url.value = data.url;
if (data.newTab === 1) {
if (data.newTab === "1") {
Dialog.NewTabSwitch.on();
} else {
Dialog.NewTabSwitch.off();
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren