| Current Path : /var/www/html/llcfapp/public/http/ |
| Current File : /var/www/html/llcfapp/public/http/login.js |
includeJsFile("https://www.google.com/recaptcha/api.js");
$("#login_form").submit(function(event) {
var recaptcha = $("#g-recaptcha-response").val();
if (recaptcha === "") {
event.preventDefault();
$.toast({heading: 'Captcha', text: "Please check the recaptcha", showHideTransition: 'slide', icon: 'error', hideAfter: getConfig("toastHideAfter")});
}
});