|
|
@@ -175,8 +175,10 @@ $(document).ready( function() {
|
|
|
$("#orderForm .select_custom.delivery_list .combo .list > li").on("click", function(){
|
|
|
if ($("#orderForm .select_etc").hasClass("selected")){
|
|
|
$(".ship_etc").show();
|
|
|
+ $("#orderForm input[name=delvMemoText]").attr("disabled", false);
|
|
|
} else {
|
|
|
$(".ship_etc").hide();
|
|
|
+ $("#orderForm input[name=delvMemoText]").attr("disabled", true);
|
|
|
}
|
|
|
});
|
|
|
});
|