word-games-theme 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/Monumetric/Monumetric.html +3 -0
- data/_includes/head/index.html +3 -0
- data/assets/js/wordScrabble.js +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d449c9249149d7e31b6f51d23bfddbf4931af93fa0345ca8d3edb07b04ca2ef5
|
4
|
+
data.tar.gz: f69ddd408e16622d6b5764d98dfbf775b0b358800a8d6884df209e8ce438a216
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14198c614dc5dcb1a9cd621de103bd801807007cf0edc49e425a5ba5d1b467ee08321bde14b5659c118d40510eb931315f6e4b7b8961e77d76f39f9b6a31b5dd
|
7
|
+
data.tar.gz: 766d9c89c63956d0764a52ae3f0b55a4f89687cbb7e529536b71a88b62ab383eb9b861e43460be20f59b7c64601498657043771961513b89392dc62ad2978a74
|
data/_includes/head/index.html
CHANGED
@@ -41,6 +41,8 @@
|
|
41
41
|
{%- endunless -%}
|
42
42
|
{{ page.title}}</title>
|
43
43
|
|
44
|
+
|
45
|
+
|
44
46
|
<script>
|
45
47
|
if ('serviceWorker' in navigator) {
|
46
48
|
window.addEventListener('load', () => {
|
@@ -104,6 +106,7 @@
|
|
104
106
|
{%- include Rating/structureddata.html -%}
|
105
107
|
{%- endif -%}
|
106
108
|
</script>
|
109
|
+
{% include Monumetric/Monumetric.html %}
|
107
110
|
{% include adsense/adsense.html %}
|
108
111
|
{%- include google-analytics.html -%}
|
109
112
|
</head>
|
data/assets/js/wordScrabble.js
CHANGED
@@ -80,7 +80,7 @@ const getData = async (serachValue) => {
|
|
80
80
|
</div>`
|
81
81
|
/// loader
|
82
82
|
const response = await fetch(
|
83
|
-
|
83
|
+
`http://localhost:9000/getWords?name=${serachValue}&selecteddictionary=${selectedDictionary}`
|
84
84
|
)
|
85
85
|
const data = await response.json()
|
86
86
|
main.innerHTML = ''
|
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: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -98,6 +98,7 @@ files:
|
|
98
98
|
- _data/wordgames/en/words_with_friends_word_finder.json
|
99
99
|
- _data/xyzPagesData/en/unscramble-letters-jumble.json
|
100
100
|
- _data/xyzPagesData/en/words-with-letters-cheat.json
|
101
|
+
- _includes/Monumetric/Monumetric.html
|
101
102
|
- _includes/Rating/rating.html
|
102
103
|
- _includes/Rating/structureddata.html
|
103
104
|
- _includes/WordPointTables/table.html
|