Browse Source

Increment asset version

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
72ba27da08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('/?', '?');
         }
 
-        $.get(_href, function (_data) {
+        $.get(cleanedHREF, function (_data) {
             onFastLoaded(_data, _href, _history);
         }).fail(function (_jqXhr) {
             onFastLoaded(_jqXhr.status, _href, _history);