This commit is contained in:
FezVrasta 2014-09-07 20:45:26 +02:00
parent 7ea515dcbc
commit 94f227f3e9

View File

@ -24,7 +24,7 @@ $(function (){
} }
}); });
$(document).on("change", ".form-control", function() { $(document).on("keyup", ".form-control", function() {
if ($(this).val() !== "") { if ($(this).val() !== "") {
$(this).removeClass("empty"); $(this).removeClass("empty");
} else { } else {