Authored by biao

roll back the home.js to sync to develop branch

... ... @@ -189,8 +189,8 @@ window.reMarginFooter('.footer-tab');
exports.set = function(c) {
window.setCookie('_Channel', c, {
expires: 365,
domain: '.dev.yohobuy.com'
domain: '.m.yohobuy.com'
});
};
require('./maybe-like')();
require('./maybe-like');
\ No newline at end of file
... ...