fix mobile logon page
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<form id="logon_form" name="logon_form" method="post">
|
||||
<input type="hidden" name="auth_token" id="auth_token" value="" />
|
||||
<span class="feedback">[#]feedback[#]</span>
|
||||
<input type="button" name="log_me_in" id="log_me_in" value="Ok" class="round" />
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -56,7 +55,7 @@
|
||||
{
|
||||
//Events
|
||||
$(window).keyup(function(e){if(e.which==13) logMeIn();});
|
||||
$('#log_me_in').click(logMeIn);
|
||||
$('#logon_form').addButton('ok', '', logMeIn, 'log_me_in', '');
|
||||
});
|
||||
|
||||
//Hashing and sending auth credentials
|
||||
|
||||
Reference in New Issue
Block a user