Skip to content
Snippets Groups Projects
Verified Commit 9017cbd6 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Use correct propery accessor in edit extensions

parent 3857c436
No related branches found
No related tags found
No related merge requests found
Pipeline #124329 failed
......@@ -38,7 +38,7 @@ function wds_provision_method_selected() {
$('#wds_provisioning').show();
if ($('#wds_image_select select').val() === '') {
$('#wds_image_select select').attr('disabled', true);
$('#wds_image_select select').prop('disabled', true);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment