We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0f6cb commit 9dfc8a1Copy full SHA for 9dfc8a1
1 file changed
docs/pyscript_plugin.js
@@ -8,7 +8,10 @@ export default class LearnPython3Plugin {
8
let
9
tag = opt.pyScriptTag,
10
outputId = tag.getAttribute('output'),
11
- $btn = $('button[outputId=' + outputId + ']');
+ $btn = $('button[outputId=' + outputId + ']'),
12
+ $i = $btn.find('i');
13
+ $i.removeClass('uk-icon-spinner');
14
+ $i.removeClass('uk-icon-spin');
15
$btn.removeAttr('disabled');
16
}
17
0 commit comments