|
|
@@ -380,7 +380,7 @@ if(planCornerList.length>0 && plan.cornerNmDispYn == "Y"){
|
|
|
}
|
|
|
|
|
|
if(template.length>0){
|
|
|
- if(review.length>0 || reviewContent[0].title != ''){
|
|
|
+ if(review.length>0 || (reviewContent.length>0 && !gagajf.isNull(reviewContent[0].title))){
|
|
|
$("#G082_10").show();
|
|
|
var html = '';
|
|
|
|
|
|
@@ -717,7 +717,7 @@ if(template.length>0){
|
|
|
}
|
|
|
|
|
|
if(template.length>0){
|
|
|
- if(coupon.length>0 || (couponContent[0].title != '' && couponContent[0].title != null) || (couponContent[0].cpnNote0 != '' && couponContent[0].cpnNote0 != null)){
|
|
|
+ if(coupon.length>0 || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].title)) || (couponContent.length > 0 && !gagajf.isNull(couponContent[0].cpnNote0))){
|
|
|
$("#G082_20").show();
|
|
|
var html = '';
|
|
|
|