|
@@ -267,6 +267,8 @@ function fastLoad(_href, _history = true, _useCache = true, _replaceState = fals
|
|
cleanedHREF = cleanedHREF.replace('/?', '?');
|
|
cleanedHREF = cleanedHREF.replace('/?', '?');
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(cleanedHREF.length > 0 && cleanedHREF[0] === '?') cleanedHREF = '/' + cleanedHREF;
|
|
|
|
+
|
|
$.get(cleanedHREF, function (_data) {
|
|
$.get(cleanedHREF, function (_data) {
|
|
onFastLoaded(_data, _href, _history);
|
|
onFastLoaded(_data, _href, _history);
|
|
}).fail(function (_jqXhr) {
|
|
}).fail(function (_jqXhr) {
|