disable button on first click
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
}
|
||||
|
||||
if (simpleEmailRegex.test(email)){
|
||||
$("#submit").attr("disabled", true);
|
||||
$("#form-queryreview").submit();
|
||||
}else{
|
||||
$("#error-label-email").text("Greška ! Unešeni emailovi nisu isti");
|
||||
|
||||
Reference in New Issue
Block a user