|
|
@@ -135,9 +135,11 @@ const _PAGE_LOOKBOOK_DETAIL = _frontUrl + "/display/lookbook/detail/form"; //
|
|
|
* @since : 2020/02/21
|
|
|
*/
|
|
|
var cfnGoToPage = function(page, ithrCd) {
|
|
|
- var params = page;
|
|
|
- if (ithrCd) params += "&ithrCd=" + ithrCd;
|
|
|
- document.location.href = params;
|
|
|
+ if (!gagajf.isNull(page)) {
|
|
|
+ var params = page;
|
|
|
+ if (ithrCd) params += "&ithrCd=" + ithrCd;
|
|
|
+ document.location.href = params;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|