|
@@ -198,7 +198,7 @@ $(window).on('click', function (e) {
|
|
openLoginDig()
|
|
openLoginDig()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- location.href = shunt.url + '&mini=0'
|
|
|
|
|
|
+ window.location.href = shunt.url + '&mini=0'
|
|
}
|
|
}
|
|
$(".icon-badge-number").removeAttr('data-badge-number');
|
|
$(".icon-badge-number").removeAttr('data-badge-number');
|
|
var href = window.location.href;
|
|
var href = window.location.href;
|