|
|
@@ -338,7 +338,7 @@ var cfnLoginYes24 = function (requestGb, chkRememberMe) {
|
|
|
*/
|
|
|
var cfnGoToGoodsDetail = function (goodsCd, colorCd, ithrCd, contentsLoc, planDtlSq, rccode ) {
|
|
|
var params = goodsCd;
|
|
|
- if (typeof (ithrCd) != 'colorCd') params += "&colorCd=" + colorCd;
|
|
|
+ if (typeof (colorCd) != 'undefined') params += "&colorCd=" + colorCd;
|
|
|
if (typeof (ithrCd) != 'undefined') params += "&ithrCd=" + ithrCd;
|
|
|
if (typeof (contentsLoc) != 'undefined' && contentsLoc != "") params += "&contentsLoc=" + contentsLoc;
|
|
|
if (typeof (planDtlSq) != 'undefined') params += "&planDtlSq=" + planDtlSq;
|