mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:55:05 +03:00
fix https string-similarity script
This commit is contained in:
parent
17164dfe85
commit
576a92928f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
opacity: 1; /* Firefox */
|
||||
}
|
||||
</style>
|
||||
<script src="//unpkg.com/string-similarity@4.0.1/umd/string-similarity.min.js"></script>
|
||||
<script src="https://unpkg.com/string-similarity@4.0.1/umd/string-similarity.min.js"></script>
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
const sortOptions = {
|
||||
|
|
Loading…
Reference in a new issue