word-games-theme 3.1.2 → 3.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f84c63f3cfd848f19fd547cb488097a3b038cf05dd2f35b1e5be254b414ec6c
|
4
|
+
data.tar.gz: 9098ead9c532bed734e5398ebfbb19429815b2ea640bc835b8e6a87d5fd3558e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16dccc92bb126f3bbcdd9f2dc17ce628933422c9b6ae6806373c926092fec5ed02ccfbbf6b1234d012d7fb0080c0b57813c31529c1af884f2c1d57a2a5412cb1
|
7
|
+
data.tar.gz: e76956ea2b2673a423aec2397ab04d0d3d05f5acd4291745097790af95d0b987fc366df3fd5b66894c84886928d1f852c708d018001cd427dcea0bf2877be718
|
@@ -92,7 +92,7 @@
|
|
92
92
|
border-radius: 50px;
|
93
93
|
color: #fff;
|
94
94
|
font-size: 15px;
|
95
|
-
border: none;" onclick="
|
95
|
+
border: none;" onclick="ShowMoreWords(this)" type="button" class="my-4 showmore_btn">More
|
96
96
|
Words</button>
|
97
97
|
</div>
|
98
98
|
</div>
|
@@ -111,14 +111,6 @@ Array.from(filterInputs).forEach((item) => {
|
|
111
111
|
})
|
112
112
|
})
|
113
113
|
|
114
|
-
if (ablank) {
|
115
|
-
if (!serachValue.includes("?")) {
|
116
|
-
if (serachValue.length <= letterLen || serachValue.length >= letterLen) {
|
117
|
-
serachValue = serachValue + '?'
|
118
|
-
txtBox.value = serachValue
|
119
|
-
}
|
120
|
-
}
|
121
|
-
}
|
122
114
|
sortup.addEventListener("click", () => {
|
123
115
|
if (bool) {
|
124
116
|
theSelect.size = 0;
|
@@ -262,6 +254,16 @@ function logSubmit(e) {
|
|
262
254
|
txtBox.value = txtBox.value;
|
263
255
|
}
|
264
256
|
}
|
257
|
+
|
258
|
+
if (ablank) {
|
259
|
+
if (!txtBox.value.includes("?")) {
|
260
|
+
if (txtBox.value.length <= letterLen || txtBox.value.length >= letterLen) {
|
261
|
+
txtBox.value = txtBox.value + '?'
|
262
|
+
txtBox.value = txtBox.value
|
263
|
+
}
|
264
|
+
}
|
265
|
+
}
|
266
|
+
|
265
267
|
document.querySelector(".fillterWrapper").classList.add("hide")
|
266
268
|
let selectedDictionary = document.querySelector(".select_dropDown2").value;
|
267
269
|
if (history.pushState) {
|
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: 3.1.
|
4
|
+
version: 3.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|