Browse Source

Increment asset version

Vijayakrishnan 3 years ago
parent
commit
72ba27da08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/js/mc.js

+ 1 - 1
public/js/mc.js

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