Browse Source

check form if already filled

andre 4 years ago
parent
commit
94b107d67c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      checkconfigureproduct.tpl

+ 1 - 1
checkconfigureproduct.tpl

@@ -54,7 +54,7 @@
             $(customFields[4]).css('background-color', '#f003');;
             $("#hintHead").text('Tipps für ein gutes Passwort');
         }
-    });
+    };
     function checkMailAddress ( mailname, maildomain, pid) {
         var xhttp = new XMLHttpRequest();
         var success = false;