summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/fbgui/views/scripts/auth/login.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml
index de0568e..fc0fc1e 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -7,7 +7,7 @@ echo $this->loginForm;
<script>
$(document).ready(function(){
$("#email").focus();
- $('input').keypress(function(e) {
+ $('body').keypress(function(e) {
if(e.which == 13) {
$(this).blur();
$('#submit').focus().click();