Ver Fonte

check form if already filled

andre há 4 anos atrás
pai
commit
96315e9510
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      checkconfigureproduct.tpl

+ 1 - 1
checkconfigureproduct.tpl

@@ -33,7 +33,7 @@
         };
         };
         xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressAvailable.php?name=" + mailname + '&domain=' + maildomain + '&pid=' + pid, true);
         xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressAvailable.php?name=" + mailname + '&domain=' + maildomain + '&pid=' + pid, true);
         xhttp.send();
         xhttp.send();
-        console.log(success);
+        console.log($(xhttp.onreadystatechange.val());
         return success;
         return success;
     };
     };
     jQuery(document).ready(function(){
     jQuery(document).ready(function(){