@@ -229,6 +229,8 @@ function fastLoad(_href, _history = true, _useCache = true, _replaceState = fals
showMask();
if (_href === '') _href = '/';
+ if(_href.length > 1 && _href[_href.length - 1] === '/') _href = _href.substr(0, _href.length - 1);
+ _href = _href.replace('/?', '?');
// push state
if (_history) {