summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-04-25 17:25:03 +0200
committerSimon2011-04-25 17:25:03 +0200
commitf96d1443024dc9a14da87e731e70f3e8915850b7 (patch)
tree48f749ab259f93701ed4f8753df6f5c57b0b1ddf /application/modules/fbgui
parentsql fix - suspended->suspend (diff)
downloadpbs2-f96d1443024dc9a14da87e731e70f3e8915850b7.tar.gz
pbs2-f96d1443024dc9a14da87e731e70f3e8915850b7.tar.xz
pbs2-f96d1443024dc9a14da87e731e70f3e8915850b7.zip
fix enter taste
Diffstat (limited to 'application/modules/fbgui')
-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 330b34f..de0568e 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -10,7 +10,7 @@ $(document).ready(function(){
$('input').keypress(function(e) {
if(e.which == 13) {
$(this).blur();
- $('#login').focus().click();
+ $('#submit').focus().click();
}
});
});