Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile CSS into Gem #211

Merged
merged 4 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove autofocus JS from login form
We use the autofocus property on the input.
All modern browsers support that.
  • Loading branch information
tvdeyen committed Jul 16, 2024
commit eec467a16c5ed186a7b4b05410312f8f2ba1e28c
8 changes: 0 additions & 8 deletions app/views/alchemy/admin/user_sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -13,11 +13,3 @@
</div>
<% end %>
</div>

<%- content_for :javascripts do -%>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('#user_login').focus();
});
</script>
<%- end -%>