word-games-theme 1.6.6 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 15de31db94676e3a3be554408605756bc9925e50035a32bb56c3bb7774fab140
|
|
4
|
+
data.tar.gz: 5244de6959242417f4061f687c178117bed854222bd43f3308dafb66b9940a40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd8ef89e65fd9abbd810289e2ef3b62301012aab70a741641304afcc1880cbb9d8a51bcd26dbdcc12899e59f4bfdd097caca44cb56c4b18243c639aad7cbf761
|
|
7
|
+
data.tar.gz: f7f7e2c28ab4c9682317cd64c4e099a47cbfb7ec14ad52f5acff6f7d60751916305224d2aaa03c9cbb199ca2704190ae83ca326cdd8b017c9bc0f518ace0d3d7
|
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 = "";
|