瀏覽代碼

check form if already filled

andre 4 年之前
父節點
當前提交
133c5fc727
共有 1 個文件被更改,包括 1 次插入1 次删除
  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($(xhttp.onreadystatechange.val());
+        console.log($(xhttp.onreadystatechange.val()));
         return success;
         return success;
     };
     };
     jQuery(document).ready(function(){
     jQuery(document).ready(function(){