mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-20 02:54:34 +00:00
Fix Smarty parsing in NC Connector dialog script
This commit is contained in:
@@ -420,7 +420,7 @@
|
|||||||
if (technicalButton && technical) {
|
if (technicalButton && technical) {
|
||||||
technicalButton.addEventListener('click', function () {
|
technicalButton.addEventListener('click', function () {
|
||||||
technical.open = !technical.open;
|
technical.open = !technical.open;
|
||||||
if (technical.open) technical.scrollIntoView({behavior:'smooth', block:'start'});
|
if (technical.open) technical.scrollIntoView(true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user