Skip to content

Commit

Permalink
Switched from ID to class for a11y #379
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Feb 29, 2016
1 parent b62ea3d commit 8295c85
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/js/frontend/give-ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jQuery( document ).ready( function ( $ ) {
action: $this.data( 'action' )
};
var this_form = $( this ).parents( 'form' );
var register_loading_img = $( this_form ).find( '#give-login-account-wrap .give-loading-text' );
var register_loading_img = $( this_form ).find( '.give-login-account-wrap .give-loading-text' );

// Show the ajax loader
register_loading_img.show();
Expand Down
2 changes: 1 addition & 1 deletion assets/js/frontend/give-ajax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/scss/frontend/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ form[id*='give-form'] {

/* Login and Register */

#give-login-account-wrap {
.give-login-account-wrap {
@include clearfix();

> p {
Expand Down
10 changes: 5 additions & 5 deletions templates/give.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/give.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/give.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/give.min.css.map

Large diffs are not rendered by default.

0 comments on commit 8295c85

Please sign in to comment.