We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4953608 commit 79214c2Copy full SHA for 79214c2
resources/views/admin/servers/view.blade.php
@@ -265,8 +265,8 @@
265
$(document).ready(function () {
266
$('#sidebar_links').find("a[href='/admin/servers']").addClass('active');
267
$('input[name="default"]').on('change', function (event) {
268
- $('select[name="remove_additional"]').find('option:disabled').prop('disabled', false);
269
- $('select[name="remove_additional"]').find('option[value="' + $(this).val() + '"]').prop('disabled', true).prop('selected', false);
+ $('select[name="remove_additional[]"]').find('option:disabled').prop('disabled', false);
+ $('select[name="remove_additional[]"]').find('option[value="' + $(this).val() + '"]').prop('disabled', true).prop('selected', false);
270
});
271
272
</script>
0 commit comments