phcthemes_web_theme_pack 1.6.2 → 1.6.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0624a0017a6c83792b49bdb8a3a6cc9e20432e814c01eaec1f17f19293ae5847
|
|
4
|
+
data.tar.gz: 0fc2e564bbc3b62d5430095bffc743e0135082c4ca11c917915795a23f055321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6853d376b58e20abad49837640f15a5b0d8bd68d4558534b0d10b4efcb8a09e3f970ad3705968059bd34fe84b97c90d7fdc4f27b462a3252851ab1b7bbf6374c
|
|
7
|
+
data.tar.gz: 8284599ae8b1ef6cae0729557be2cfcd137702a3500bc1a2ce49dbe6b432357e02b5f7a44e0129f774f4109e65bd651f5ffd5b855bea7b1f69d317427167eb0b
|
|
@@ -35,7 +35,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
|
35
35
|
active();
|
|
36
36
|
display();
|
|
37
37
|
switching();
|
|
38
|
-
headerfooter();
|
|
39
38
|
translate();
|
|
40
39
|
switchVisible();
|
|
41
40
|
});
|
|
@@ -170,35 +169,6 @@ function translate() {
|
|
|
170
169
|
});
|
|
171
170
|
});
|
|
172
171
|
}
|
|
173
|
-
/*---------------------------------*/
|
|
174
|
-
/* Load header and footer file */
|
|
175
|
-
/*---------------------------------*/
|
|
176
|
-
function headerfooter() {
|
|
177
|
-
$("#header")
|
|
178
|
-
.load("header.html", function(res, status, xhr) {
|
|
179
|
-
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
|
180
|
-
.addClass('xpto active');
|
|
181
|
-
$('#drop-lng label')
|
|
182
|
-
.click(function(e) {
|
|
183
|
-
e.preventDefault();
|
|
184
|
-
localStorage.setItem('lng', $(this)
|
|
185
|
-
.attr('data-lng'));
|
|
186
|
-
location.reload(true);
|
|
187
|
-
});
|
|
188
|
-
});
|
|
189
|
-
$("#footer")
|
|
190
|
-
.load("footer.html", function(res, status, xhr) {
|
|
191
|
-
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
|
192
|
-
.addClass('xpto active');
|
|
193
|
-
$('#drop-lng label')
|
|
194
|
-
.click(function(e) {
|
|
195
|
-
e.preventDefault();
|
|
196
|
-
localStorage.setItem('lng', $(this)
|
|
197
|
-
.attr('data-lng'));
|
|
198
|
-
location.reload(true);
|
|
199
|
-
});
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
172
|
/*----------------------*/
|
|
203
173
|
/* Switch */
|
|
204
174
|
/*----------------------*/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcthemes_web_theme_pack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|