ftimme
2013-02-14 0f7b154694a5145ed38cc5ceb30f78086e34c6b5
interface/web/js/scrigo.js.php
@@ -149,7 +149,12 @@
    if(passwordObj.value == ''){
        passwordObj.focus();
        return;
    }
    }
   $('#dummy_username').val(userNameObj.value);
   $('#dummy_passwort').val(passwordObj.value);
   $('#dummy_login_form').submit();
   var submitFormObj = jQuery.ajax({      type: "POST", 
                                 url: "content.php",
                                 data: jQuery('#'+formname).serialize(),