Преглед изворни кода

check form if already filled

andre пре 4 година
родитељ
комит
d6ec9b81e9
1 измењених фајлова са 1 додато и 0 уклоњено
  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;