-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update friendly captcha lib in docs to 0.9.8
- Loading branch information
1 parent
9a1a614
commit c9306df
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,8 @@ Add the script tags from Friendly Captcha to your forms template | |
|
||
.. code-block:: | ||
<script type="module" src="https://unpkg.com/[email protected].4/widget.module.min.js" async defer></script> | ||
<script nomodule src="https://unpkg.com/[email protected].4/widget.min.js" async defer></script> | ||
<script type="module" src="https://unpkg.com/[email protected].8/widget.module.min.js" async defer></script> | ||
<script nomodule src="https://unpkg.com/[email protected].8/widget.min.js" async defer></script> | ||
I thought about adding these static assets as form media assets, but | ||
users wouldn't be able to choose the desired version. So I decided | ||
|