Skip to content

Commit 4801316

Browse files
authored
Update pyscript_plugin.js
1 parent f983b17 commit 4801316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pyscript_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class LearnPython3Plugin {
88
let
99
tag = opt.pyScriptTag,
1010
outputId = tag.getAttribute('output'),
11-
$btn = $('button[outputId=' + outputId + ']);
11+
$btn = $('button[outputId=' + outputId + ']');
1212
$button.removeAttr('disabled');
1313
}
1414
}

0 commit comments

Comments
 (0)