Fix Smarty parsing in NC Connector dialog script

This commit is contained in:
Terranom674
2026-08-18 08:10:23 +02:00
parent e8e845e039
commit beff765612

View File

@@ -420,7 +420,7 @@
if (technicalButton && technical) {
technicalButton.addEventListener('click', function () {
technical.open = !technical.open;
if (technical.open) technical.scrollIntoView({behavior:'smooth', block:'start'});
if (technical.open) technical.scrollIntoView(true);
});
}
}());