word-games-theme 1.4.8 → 1.5.0
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/_includes/section/commonPage.html +2 -2
- data/_includes/section/home.html +2 -2
- data/_includes/section/home2.html +2 -2
- data/_includes/xyzpages/xyz.html +2 -2
- data/assets/js/X-letter-test.js +5 -5
- data/assets/js/wordScrabble-test.js +19 -18
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2b2345b904b1dcbe55eab98d460ca1dda9a63e5044b3e351a2e959a439b42c7
|
|
4
|
+
data.tar.gz: bf2a7abf2070df03b7db4568706284f26f4778f55c676223b1ba40816c41343f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d10a2616d4ae2f878ec5ce0f174766190cf1c17059aae22255c9ca937785fc6ffeaba7f81e8bddc99a1f4ebc98a1f33b1a0a755e2456d4d1135a5ca82588b07
|
|
7
|
+
data.tar.gz: 78e863003e1e96f684600559dfe177eed3696978de8be3f7ac5e9106805deafa920c4e1a4b7ac4907d0d26bc53442ac2e1222edd6dc99bb8db0d1f1659255190
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
<div class="dictonaryDropdown">
|
|
71
71
|
<select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
|
|
72
72
|
aria-label="Default select example">
|
|
73
|
-
<option
|
|
73
|
+
<option value="Dictionary">Dictionary</option>
|
|
74
74
|
<option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
|
|
75
|
-
<option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
75
|
+
<option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
76
76
|
<option value="wwf" id="wwf">Enable (Words With Friends)</option>
|
|
77
77
|
</select>
|
|
78
78
|
</div>
|
data/_includes/section/home.html
CHANGED
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
<div class="dictonaryDropdown">
|
|
39
39
|
<select class="form-select select_dropDown2" name="dictionary"
|
|
40
40
|
aria-label="Default select example">
|
|
41
|
-
<option
|
|
41
|
+
<option value="Dictionary">Dictionary</option>
|
|
42
42
|
<option value="twl06">TWL06 (US, Canada, Thailand)</option>
|
|
43
|
-
<option value="sowpods">SOWPODS (Uk and Others)</option>
|
|
43
|
+
<option selected value="sowpods">SOWPODS (Uk and Others)</option>
|
|
44
44
|
<option value="wwf">Enable (Words With Friends)</option>
|
|
45
45
|
</select>
|
|
46
46
|
</div>
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
<div class="dictonaryDropdown">
|
|
39
39
|
<select class="form-select select_dropDown2" name="dictionary"
|
|
40
40
|
aria-label="Default select example">
|
|
41
|
-
<option
|
|
41
|
+
<option value="Dictionary">Dictionary</option>
|
|
42
42
|
<option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
|
|
43
|
-
<option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
43
|
+
<option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
44
44
|
<option value="wwf" id="wwf">Enable (Words With Friends)</option>
|
|
45
45
|
</select>
|
|
46
46
|
</div>
|
data/_includes/xyzpages/xyz.html
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
<!-- <div class="dictonaryDropdown"> -->
|
|
28
28
|
<select class="form-select select_dropDown2" name="dictionary"
|
|
29
29
|
aria-label="Default select example">
|
|
30
|
-
<option
|
|
30
|
+
<option value="Dictionary">Dictionary</option>
|
|
31
31
|
<option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
|
|
32
|
-
<option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
32
|
+
<option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
33
33
|
<option value="wwf" id="wwf">Enable (Words With Friends)</option>
|
|
34
34
|
</select>
|
|
35
35
|
<!-- </div> -->
|
data/assets/js/X-letter-test.js
CHANGED
|
@@ -74,12 +74,12 @@ txtBox.addEventListener('input', (e) => {
|
|
|
74
74
|
}
|
|
75
75
|
})
|
|
76
76
|
|
|
77
|
-
function
|
|
77
|
+
function mobileScrollTop(x) {
|
|
78
78
|
if (x.matches) {
|
|
79
79
|
txtBox.addEventListener("click", () => {
|
|
80
|
-
document.documentElement.scrollTop =
|
|
80
|
+
document.documentElement.scrollTop = 350
|
|
81
81
|
setTimeout(() => {
|
|
82
|
-
document.documentElement.scrollTop =
|
|
82
|
+
document.documentElement.scrollTop = 350
|
|
83
83
|
}, 150);
|
|
84
84
|
})
|
|
85
85
|
} else {
|
|
@@ -87,8 +87,8 @@ function myFunction(x) {
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
var x = window.matchMedia("(max-width: 768px)")
|
|
90
|
-
|
|
91
|
-
x.addListener(
|
|
90
|
+
mobileScrollTop(x)
|
|
91
|
+
x.addListener(mobileScrollTop)
|
|
92
92
|
|
|
93
93
|
var theSelect = document.getElementById('select_dropDown')
|
|
94
94
|
const sortup = document.querySelector(".sortup-icon")
|
|
@@ -37,7 +37,6 @@ var sortValue
|
|
|
37
37
|
var sortBool = false
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
|
|
41
40
|
let letterCloseButton = document.querySelector('.letter-close-button-commonPage')
|
|
42
41
|
if (serachValue) {
|
|
43
42
|
letterCloseButton.classList.add("ltr-cls-btn-commonPage")
|
|
@@ -53,23 +52,6 @@ txtBox.focus()
|
|
|
53
52
|
txtBox.value = serachValue
|
|
54
53
|
|
|
55
54
|
|
|
56
|
-
function myFunction(x) {
|
|
57
|
-
if (x.matches) {
|
|
58
|
-
txtBox.addEventListener("click", () => {
|
|
59
|
-
document.documentElement.scrollTop = 200
|
|
60
|
-
|
|
61
|
-
setTimeout(() => {
|
|
62
|
-
document.documentElement.scrollTop = 200
|
|
63
|
-
}, 150);
|
|
64
|
-
})
|
|
65
|
-
} else {
|
|
66
|
-
console.log("false");
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
var x = window.matchMedia("(max-width: 768px)")
|
|
70
|
-
myFunction(x)
|
|
71
|
-
x.addListener(myFunction)
|
|
72
|
-
|
|
73
55
|
txtBox.addEventListener('input', (e) => {
|
|
74
56
|
if (e.target.value === "") {
|
|
75
57
|
letterCloseButton.classList.remove("ltr-cls-btn-commonPage")
|
|
@@ -89,6 +71,25 @@ txtBox.addEventListener('input', (e) => {
|
|
|
89
71
|
}
|
|
90
72
|
})
|
|
91
73
|
|
|
74
|
+
|
|
75
|
+
function mobileScrollTop(x) {
|
|
76
|
+
if (x.matches) {
|
|
77
|
+
console.log(x.matches);
|
|
78
|
+
txtBox.addEventListener("click", () => {
|
|
79
|
+
document.documentElement.scrollTop = 350
|
|
80
|
+
setTimeout(() => {
|
|
81
|
+
document.documentElement.scrollTop = 350
|
|
82
|
+
}, 300);
|
|
83
|
+
})
|
|
84
|
+
} else {
|
|
85
|
+
console.log("false");
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
var x = window.matchMedia("(min-width: 768px)")
|
|
89
|
+
mobileScrollTop(x)
|
|
90
|
+
x.addListener(mobileScrollTop)
|
|
91
|
+
|
|
92
|
+
|
|
92
93
|
let rangeOfBlankTile = script.dataset.range
|
|
93
94
|
let quesMark = "?"
|
|
94
95
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|