roll back the home.js to sync to develop branch
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -189,8 +189,8 @@ window.reMarginFooter('.footer-tab'); | @@ -189,8 +189,8 @@ window.reMarginFooter('.footer-tab'); | ||
189 | exports.set = function(c) { | 189 | exports.set = function(c) { |
190 | window.setCookie('_Channel', c, { | 190 | window.setCookie('_Channel', c, { |
191 | expires: 365, | 191 | expires: 365, |
192 | - domain: '.dev.yohobuy.com' | 192 | + domain: '.m.yohobuy.com' |
193 | }); | 193 | }); |
194 | }; | 194 | }; |
195 | 195 | ||
196 | -require('./maybe-like')(); | 196 | +require('./maybe-like'); |
-
Please register or login to post a comment