diff --git a/app/views/orbit_bar/index.html.erb b/app/views/orbit_bar/index.html.erb index 228b9b2..8e2ff26 100644 --- a/app/views/orbit_bar/index.html.erb +++ b/app/views/orbit_bar/index.html.erb @@ -15,7 +15,6 @@
<%= form_tag "/sessions?locale=#{locale.to_s}", method: "post", :class => "container" do |f| %> -
" size="30" type="text"> @@ -182,4 +181,8 @@ $("#user_user_id").focus(); } }) + $(".login-body form").on("submit",function(){ + $(this).append(""); + }) +