瀏覽代碼

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