word-games-theme 1.3.5 → 1.3.6

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: c6d7cd08fe45ed14416c231d87f34d78d7bc33fbec749b9824dc93028c73c632
4
- data.tar.gz: e9508723d4c4d0f3c10e9de368809d1be1e2eb9ebf08d0dee1a3fb75cfdd27d4
3
+ metadata.gz: 7ca61d5ef71ef457f45ca93e95f0af598835e7b96ebeaea0d2f6570cf25d5b25
4
+ data.tar.gz: 3378a31a1585f9cd19b0a743fdeca63133f8084707404b4716f94a9cfc2a199c
5
5
  SHA512:
6
- metadata.gz: a938e80aba4ad5af01a27b98e1808cfc291bee7bc5b2b260b59b28fa17994a1ee3856d3dc34c71d58c3bde16e4fe26434872889d8518d6a438f06227b0636415
7
- data.tar.gz: b52f6bf0f82ccc0a0465de4950aa10954473ca14b0008b92e2cd634cdacb3e73f1118afcb55aaff47d22572e927eb822781d63e93fcde422317050767a93ddac
6
+ metadata.gz: 9202a5be240cac28fefc2f7e80242733eab6ecd9f794ac60c2b780645fc1ce1e04d4ab34a53553f4f2e5dd348b0f809a07319c97fa3cd464f028a21ac0785773
7
+ data.tar.gz: efcd417734409c877f3ae44045c1c32f29e7ca038101882afce677874507219ee897c7639a9cf6d3d26452c88fa8cc966994deac316867e484a2b67fef2cb7d5
data/_data/blog/blog.yml CHANGED
@@ -1,3 +1,2 @@
1
1
  ---
2
2
  h1: Wordfinders Blog
3
- description: ram
@@ -137,12 +137,12 @@
137
137
 
138
138
 
139
139
 
140
- document.addEventListener('click', (event) => {
141
- const withinBoundaries = event.composedPath().includes(advancedFilter)
142
- if (!withinBoundaries) {
143
- closeModal()
144
- }
145
- })
140
+ // document.addEventListener('click', (event) => {
141
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
142
+ // if (!withinBoundaries) {
143
+ // closeModal()
144
+ // }
145
+ // })
146
146
  function closeModal() {
147
147
  fillterWrapper.classList.remove('actives')
148
148
  fillterWrapper.classList.add('hide')
@@ -126,12 +126,12 @@
126
126
  fillterWrapper.classList.remove('hide')
127
127
  })
128
128
 
129
- document.addEventListener('click', (event) => {
130
- const withinBoundaries = event.composedPath().includes(advancedFilter)
131
- if (!withinBoundaries) {
132
- closeModal()
133
- }
134
- })
129
+ // document.addEventListener('click', (event) => {
130
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
131
+ // if (!withinBoundaries) {
132
+ // closeModal()
133
+ // }
134
+ // })
135
135
  function closeModal() {
136
136
  fillterWrapper.classList.remove('actives')
137
137
  fillterWrapper.classList.add('hide')
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.3.5
4
+ version: 1.3.6
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-07-06 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll