Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Feb 12, 2024
1 parent 14b235e commit f8e1585
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 432 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ document.querySelector('#altcha').addEventListener('statechange', (ev) => {
});
```

> [!IMPORTANT]
> Ensure that you attach event listeners after the ALTCHA script loads, such as within window.addEventListener('load', ...), to ensure the events trigger correctly.
## Contributing
See [Contributing Guide](https://github.com/altcha-org/altcha/blob/main/CONTRIBUTING.md) and please follow our [Code of Conduct](https://github.com/altcha-org/altcha/blob/main/CODE_OF_CONDUCT.md).

Expand Down
2 changes: 1 addition & 1 deletion dist/altcha.iife.js

Large diffs are not rendered by default.

Loading

0 comments on commit f8e1585

Please sign in to comment.