...
|
...
|
@@ -813,7 +813,7 @@ function actionCover() { |
|
|
var containertop;
|
|
|
var length = '';
|
|
|
|
|
|
if (window.location.href === document.location.protocol + '://www.yohobuy.com/' &&
|
|
|
if (window.location.href === document.location.protocol + '//www.yohobuy.com/' &&
|
|
|
(typeof gender === 'undefined' || gender === '' || gender === null)) {
|
|
|
$.get('/guide', function(data) {
|
|
|
newMask = document.createElement('div');
|
...
|
...
|
|