Sha256: 62aaa02811eb67a06c35f8ef8fa54ba352e68fadb43fae4d11a5c6a1928726e5
Contents?: true
Size: 469 Bytes
Versions: 47
Compression:
Stored size: 469 Bytes
Contents
function bootdisk_provision_method_selected() { $('div[id*=_provisioning]').hide(); $('#network_provisioning').show(); $('#bootdisk_provisioning').show(); $('#image_selection select').attr('disabled', true); } $(document).on('change', '#host_provision_method_bootdisk', bootdisk_provision_method_selected); $(document).on('ContentLoad', function() { if($('#host_provision_method_bootdisk').is(':checked')) { bootdisk_provision_method_selected(); } });
Version data entries
47 entries across 47 versions & 1 rubygems