We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee0958 commit e789437Copy full SHA for e789437
src/scripts/popup.js
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function() {
3
const copyBtn = document.getElementById('copyReport');
4
5
generateBtn.addEventListener('click', function() {
6
- this.innerHTML = '<i class"fa fa-spinner fa-spi"></i> Generating...';
+ this.innerHTML = '<i class="fa fa-spinner fa-spin"></i> Generating...';
7
this.disabled = true;
8
9
window.generateScrumReport();
0 commit comments