소스 검색

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);