mirror of
https://github.com/unraid/api.git
synced 2026-01-25 18:08:43 -06:00
fix: unraidnet.page settings apply button enable on form change
This commit is contained in:
@@ -662,7 +662,7 @@ $boolWebUIAuth = $isRegistered && file_exists('/etc/nginx/htpasswd');
|
||||
?>
|
||||
<script>
|
||||
$('body').on('change keyup', '#UnraidNetSettings', function(data) {
|
||||
$(this).children('.applyBtn').attr('disabled', false);
|
||||
$(this).find('.applyBtn').removeAttr('disabled');
|
||||
});
|
||||
|
||||
function registerServer(button) {
|
||||
|
||||
Reference in New Issue
Block a user