word-games-theme 2.3.9 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,6 +77,4 @@ Array.from(filterInputs).forEach((item) => {
77
77
  tooltipElement.style.setProperty('--tooltip-border-style', 'soild');
78
78
  })
79
79
  })
80
- })
81
-
82
-
80
+ })
@@ -321,6 +321,7 @@ if (lengthValue === "1") {
321
321
  // getWords function define...
322
322
  function getWords(data) {
323
323
  main.innerHTML = "";
324
+ document.querySelector(".sortingFilters").style.display="flex"
324
325
  // tab_container.innerHTML = "";
325
326
  lengthSelect.innerHTML = ""
326
327
  if (typeof data === "string") {
@@ -928,4 +929,4 @@ function findIndex(str, char) {
928
929
  }
929
930
 
930
931
  return indexes;
931
- }
932
+ }
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: 2.3.9
4
+ version: 2.4.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: 2023-12-30 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -381,6 +381,8 @@ files:
381
381
  - assets/js/theme.js
382
382
  - assets/js/wordScrabble-test.js
383
383
  - assets/js/wordScrabble.js
384
+ - assets/js/wordfinder-home.js
385
+ - assets/js/wordfinder.js
384
386
  - assets/js/wordgames-home.js
385
387
  - assets/js/wordgames-result.js
386
388
  - assets/js/wordgames-xletter.js