mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 11:44:31 +00:00
Fix Smarty parsing in NC Connector dialog script
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user