fix mobile logon page

This commit is contained in:
2014-06-16 12:50:24 +02:00
parent 04470285bc
commit dd6dfe81c2
3 changed files with 17 additions and 25 deletions

View File

@@ -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