Skip to content

Commit

Permalink
Merge pull request #1431 from creative-commoners/pulls/1.12/loading-icon
Browse files Browse the repository at this point in the history
FIX Correctly close spans for btn loading icon
  • Loading branch information
GuySartorelli authored Feb 14, 2023
2 parents 5497d5b + 7aa0d88 commit 99082e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions client/src/legacy/LeftAndMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ $.entwine('ss', function($) {

$(button).append($(
'<div class="btn__loading-icon">'+
'<span class="btn__circle btn__circle--1" />'+
'<span class="btn__circle btn__circle--2" />'+
'<span class="btn__circle btn__circle--3" />'+
'<span class="btn__circle btn__circle--1"></span>'+
'<span class="btn__circle btn__circle--2"></span>'+
'<span class="btn__circle btn__circle--3"></span>'+
'</div>'));

$(button).css($(button).outerWidth() + 'px');
Expand Down

0 comments on commit 99082e8

Please sign in to comment.