Przeglądaj źródła

check form if already filled

andre 4 lat temu
rodzic
commit
d6ec9b81e9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      checkconfigureproduct.tpl

+ 1 - 0
checkconfigureproduct.tpl

@@ -5,6 +5,7 @@
         var symbolsOK = false;
         var upperOK = false;
         var pw = $(customFields[4]).val();
+        console.log(pw);
         var pwlength = (pw.length);
         if (pwlength > 7) {
             pwlengthOK = true;