|
@@ -195,7 +195,7 @@ var pageReload = function () {
|
|
|
};
|
|
|
|
|
|
var fastReload = function() {
|
|
|
- var targetLocation = window.top.location.pathname;
|
|
|
+ var targetLocation = window.top.location.pathname + window.top.location.search;
|
|
|
if(targetLocation.indexOf('/mc') === 0) {
|
|
|
targetLocation = targetLocation.substr(3);
|
|
|
}
|