Browse Source

check form if already filled

andre 4 years ago
parent
commit
133c5fc727
1 changed files with 1 additions and 1 deletions
  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.send();
-        console.log($(xhttp.onreadystatechange.val());
+        console.log($(xhttp.onreadystatechange.val()));
         return success;
     };
     jQuery(document).ready(function(){