word-games-theme 3.1.3 → 3.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0948729f67a08368f9ae745d7abca82ac76e72d6cc4a2df5a06993c1d733fd5
4
- data.tar.gz: 18a7511365766678f1c4dc2af68c75a140e2815a350981d5887358c557339f59
3
+ metadata.gz: 0f84c63f3cfd848f19fd547cb488097a3b038cf05dd2f35b1e5be254b414ec6c
4
+ data.tar.gz: 9098ead9c532bed734e5398ebfbb19429815b2ea640bc835b8e6a87d5fd3558e
5
5
  SHA512:
6
- metadata.gz: cc89f80cb83d0d70a5137c0c07a4b0c5ec4869c809fa0b7e079c15f97c9c0d643c3c5e24a255373bce1affc2cf5472bfed9f1d300eaf551fb9bb398687f05d0a
7
- data.tar.gz: 92e45914f9a9f7eb38df58207f37726891195f31e55ea0b4e55549fb5500a721e540582674b8d2a2d418872f447c22bad13613a13e933e5246c28c9473902352
6
+ metadata.gz: 16dccc92bb126f3bbcdd9f2dc17ce628933422c9b6ae6806373c926092fec5ed02ccfbbf6b1234d012d7fb0080c0b57813c31529c1af884f2c1d57a2a5412cb1
7
+ data.tar.gz: e76956ea2b2673a423aec2397ab04d0d3d05f5acd4291745097790af95d0b987fc366df3fd5b66894c84886928d1f852c708d018001cd427dcea0bf2877be718
@@ -451,6 +451,7 @@
451
451
  .points {
452
452
  color: #73716e;
453
453
  font-weight: 600;
454
+ font-size: 12px;
454
455
  }
455
456
 
456
457
  .errorMsg {
@@ -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.3
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-28 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll