-
Couldn't load subscription status.
- Fork 13
Open
Description
This returns an error. (button is not defined) The function still works, but 'Copied!' text is not displayed.
Line 874 in 1be162b
| button = document.getElementById(app.prefix('-button-copy')); |
Line 875 in 1be162b
| buttonText = document.getElementById(app.prefix('-button-text-copy')); |
Simple fix:
var button = document.getElementById(t.prefix('-button-copy'));
var buttonText = document.getElementById(t.prefix('-button-text-copy'));
Metadata
Metadata
Assignees
Labels
No labels