소스 검색

change redirect to absolute

andre 5 달 전
부모
커밋
391c3c6289
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/scripts.js
  2. 0 0
      js/scripts.min.js

+ 1 - 1
js/scripts.js

@@ -2491,7 +2491,7 @@ jQuery(document).ready(function(){
                 jQuery.each(data.result, function(index, result) {
                 jQuery.each(data.result, function(index, result) {
                     if (result.status === true) {
                     if (result.status === true) {
                         console.log(otherDomain.responseText);
                         console.log(otherDomain.responseText);
-                        window.location = 'https://whmcsdevel.thurdata.ch/cart.php?a=confproduct&i=' + result.num;
+                        window.location = '/cart.php?a=confproduct&i=' + result.num;
                     } else {
                     } else {
                         jQuery('.domain-lookup-primary-loader').hide();
                         jQuery('.domain-lookup-primary-loader').hide();
                         if (typeof result === 'string') {
                         if (typeof result === 'string') {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
js/scripts.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.