Skip to content

Commit

Permalink
Was not working with javascript disabled. Fixed. I love this cool inl…
Browse files Browse the repository at this point in the history
…ine edit feature in github. No need to git push for minuscule changes!
  • Loading branch information
shripadk committed Aug 16, 2010
1 parent e63c353 commit 73618a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/user_sessions/new.html.erb
Expand Up @@ -14,7 +14,8 @@
</div>

<div id="openid_input_area">
<%= text_field_tag 'openid_identifier', :id => 'openid_identifier', :value => 'https://'%>
<!-- <%= text_field_tag 'openid_identifier', :id => 'openid_identifier', :value => 'https://'%> -->
<input type="text" name="user_session[openid_identifier]" value="https://" id="user_session[openid_identifier]">
<%= submit_tag "Sign-In" %>
</div>
<% end %>
Expand Down

0 comments on commit 73618a1

Please sign in to comment.