Skip to content

Commit

Permalink
FIX Correctly close spans for btn loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 13, 2023
1 parent 5497d5b commit 7aa0d88
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 7aa0d88

Please sign in to comment.