Ver Fonte

change path for scripts

rajven há 2 anos atrás
pai
commit
0f9edbf9cf
1 ficheiros alterados com 2 adições e 2 exclusões
  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);