Showing
1 changed file
with
5 additions
and
1 deletions
@@ -27,7 +27,11 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) { | @@ -27,7 +27,11 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) { | ||
27 | firstCount: homePage === ('boys' || 'lifestyle') ? '25' : '20', | 27 | firstCount: homePage === ('boys' || 'lifestyle') ? '25' : '20', |
28 | pageCount: homePage === ('boys' || 'lifestyle') ? '15' : '12' | 28 | pageCount: homePage === ('boys' || 'lifestyle') ? '15' : '12' |
29 | }); | 29 | }); |
30 | - window.setCookie("_Channel",homePage,{domain: '.yohobuy.com',path: '/',expires:365}); | 30 | + window.setCookie('_Channel', homePage, { |
31 | + domain: '.yohobuy.com', | ||
32 | + path: '/', | ||
33 | + expires: 365 | ||
34 | + }); | ||
31 | } | 35 | } |
32 | 36 | ||
33 | 37 |
-
Please register or login to post a comment