|
|
@@ -97,6 +97,16 @@ $(document).ready(function() { |
|
|
|
$(".cv-search").prop("disabled", true); |
|
|
|
$(".cv-compare").prop("disabled", false); |
|
|
|
}); |
|
|
|
|
|
|
|
if ($("#action-search" ).is(":checked")) $("#action-search" ).change(); |
|
|
|
if ($("#action-compare").is(":checked")) $("#action-compare").change(); |
|
|
|
|
|
|
|
$("#cv-form").submit(function() { |
|
|
|
if ($("#action-search").is(":checked")) { |
|
|
|
if ($("#cv-cb-engine").is(":checked")) |
|
|
|
$(".cv-search[type='hidden'][name='use_engine'").prop("disabled", true); |
|
|
|
if ($("#cv-cb-links").is(":checked")) |
|
|
|
$(".cv-search[type='hidden'][name='use_links'").prop("disabled", true); |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |