summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui/views')
-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 359a743..330b34f 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -3,7 +3,7 @@
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>
-<button class='keyboardbutton' onclick='toggleKeyboard();return false;'>Show/Hide on-screen keyboard</button>
+
<script>
$(document).ready(function(){
$("#email").focus();