Quellcode durchsuchen

check form if already filled

andre vor 4 Jahren
Ursprung
Commit
d6ec9b81e9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      checkconfigureproduct.tpl

+ 1 - 0
checkconfigureproduct.tpl

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