|
@@ -260,7 +260,7 @@ function fastLoad(_href, _history = true, _useCache = true, _replaceState = fals
|
|
|
cleanedHREF = cleanedHREF.replace('/?', '?');
|
|
|
}
|
|
|
|
|
|
- $.get(_href, function (_data) {
|
|
|
+ $.get(cleanedHREF, function (_data) {
|
|
|
onFastLoaded(_data, _href, _history);
|
|
|
}).fail(function (_jqXhr) {
|
|
|
onFastLoaded(_jqXhr.status, _href, _history);
|