Skip to content

Commit

Permalink
added sublime project files to gitignore and fix autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Mar 6, 2014
1 parent 5a90b7d commit 9b10992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ vendor/
*.iml
.idea
packages
*.lock
*.lock
*.sublime-workspace
*.sublime-project
2 changes: 1 addition & 1 deletion client/views/signUp/signUp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>{{i18n "createAccount"}}</h3>
{{#if showEmail}}
<div class="form-group">
<label>{{i18n "emailAddress"}}</label>
<input autofocus type="email" class="form-control" value=''>
<input {{#unless showUsername}}autofocus{{/unless}} type="email" class="form-control" value=''>
</div>
{{/if}}

Expand Down

0 comments on commit 9b10992

Please sign in to comment.