andre 4 лет назад
Родитель
Сommit
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;