Your IP : 216.73.216.91


Current Path : /var/www/html/llcfapp/public/http/
Upload File :
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")});
    }
 });