fix: unraidnet.page settings apply button enable on form change

This commit is contained in:
Zack Spear
2021-02-12 12:49:49 -08:00
parent d82656f8ba
commit 4c3367ee6d

View File

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