Update web/skins/classic/views/options.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/4669/head
Isaac Connor 2026-03-05 20:02:37 -05:00 committed by GitHub
parent be74898b9f
commit 5ce439f0c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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