Explorar el Código

change path for scripts

rajven hace 2 años
padre
commit
0f9edbf9cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);