1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(refactor): minor alert message tweaks and autofill prevention

This commit is contained in:
2023-12-10 13:58:48 +05:30
parent 2ca1b6bb10
commit f86b294bc1
3 changed files with 64 additions and 143 deletions

View File

@@ -25,7 +25,7 @@ $(document).ready(function() {
}
}
else {
show_alert("Please fill-up all the fields", "info");
show_alert("Please fill-up all fields", "info");
}
});
});