Update web/skins/classic/views/options.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/4669/head
parent
be74898b9f
commit
5ce439f0c2
|
|
@ -388,6 +388,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
}
|
||||
|
||||
$opts.on('change', refresh);
|
||||
|
||||
// Apply initial state so dependents match current values on first render.
|
||||
refresh();
|
||||
});
|
||||
</script>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue