word-games-theme 1.6.3 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/js/repeat-letters.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3848cb9145829302736878d75aef3c5b152197b1da7ee1aa89dba6c448f70e51
|
4
|
+
data.tar.gz: 60fc7394cc9b52df1ac3e7e55abc6eb94577e341bbc6b01fe98f71ec714946ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba6fd28aa98df98030332c5cc6aa6a0a615276a8d066b78e2214b7653033352c45e8b53347d8086a61819cd70b6e2b02d63c45413c586cb70b959f63e1994969
|
7
|
+
data.tar.gz: 7fb9dd04de2f8a61ccc0f63246ce7faf6e12ba5e9a8ad113b68eb35028cb359106361020637526223ffb9f9e861ae1658f0384066b6157acc7074733a6e4ff6d
|
data/assets/js/repeat-letters.js
CHANGED
@@ -142,7 +142,7 @@ const getData = async (serachValue) => {
|
|
142
142
|
</div>`;
|
143
143
|
|
144
144
|
const response = await fetch(
|
145
|
-
|
145
|
+
`/.netlify/functions/getRepeatWords?name=${serachValue}&selecteddictionary=${selectedDictionary}`
|
146
146
|
);
|
147
147
|
const data = await response.json();
|
148
148
|
main.innerHTML = "";
|