瀏覽代碼

Increment asset version

Vijayakrishnan 3 年之前
父節點
當前提交
72ba27da08
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);