Skip to content

Commit 3f893f2

Browse files
committed
Display spinner on try-again popup.
1 parent 896076b commit 3f893f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/admin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
class: 'button-primary',
5252
click() {
5353
$(this).dialog('close');
54+
$(spinner).addClass('is-active');
5455
openMailChimpOauthPopup(token);
5556
},
5657
style: 'margin-left: 10px;',

0 commit comments

Comments
 (0)