소스 검색

change path for scripts

rajven 2 년 전
부모
커밋
0f9edbf9cf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      html/js/remodal-auth.js

+ 2 - 2
html/js/remodal-auth.js

@@ -11,7 +11,7 @@ $(document).ready(function () {
 	    post_data = post_data.concat(formNm.serializeArray());
     	    $.ajax({
         	type: "POST",
-        	url: "/inc/auth_apply.php",
+        	url: "/utils/auth_apply.php",
         	data: post_data,
         	success: function (data) {
             	    $(formNm).html(data);
@@ -35,7 +35,7 @@ $(document).ready(function () {
 	    post_data = post_data.concat(formNm.serializeArray());
     	    $.ajax({
         	type: "POST",
-        	url: "/inc/auth_remove.php",
+        	url: "/utils/auth_remove.php",
         	data: post_data,
         	success: function (data) {
             	    $(formNm).html(data);