word-games-theme 2.4.6 → 2.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/js/xletter-result.js +2 -0
- 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: 8feae03108dd4441e362d812237b85c1cb96095212b35412f8725bcd10f82a69
|
4
|
+
data.tar.gz: 390e195f53805865c875d2991fca474bb3e553497ea46da070fd3c7c5336e716
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5a351c1edc8c31ccba9699753d78c7d160bb4fd97d5707a93767114b168ca527ab32d52c0a02129a1bed875e8436abc71379e88c5e329215525249a8e6b0a19
|
7
|
+
data.tar.gz: '013379540c8a889a7d51b6a3db82785693d363bd88fdf32bc089cab9221aa5570af1582e59fdd09ecee9887020e18fee2ec125050c42a19b911e0208c78545bb'
|
data/assets/js/xletter-result.js
CHANGED
@@ -350,8 +350,10 @@ form.addEventListener('submit', logSubmit);
|
|
350
350
|
|
351
351
|
|
352
352
|
function x_with_letters(data) {
|
353
|
+
document.querySelector(".sortingFilters").style.display="flex"
|
353
354
|
main.innerHTML = ""
|
354
355
|
if (typeof data === 'string') {
|
356
|
+
document.querySelector(".sortingFilters").style.display="none"
|
355
357
|
errorMsg.innerHTML = 'No words found'
|
356
358
|
wordCount.innerHTML = `<strong>Found 0 words with letters ${serachValue.split(
|
357
359
|
''
|