@@ -231,6 +231,8 @@ function fastLoad(_href, _history = true, _useCache = true, _replaceState = fals
showMask();
+ if(_href === '') _href = '/';
+
// push state
if (_history) {
var target = _href;