phcthemes_web_theme_pack 1.6.6 → 1.6.7
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: 44ad2fe9eba5e179c0d4f94a89613a7496741c896e995d8954cf0d2706430571
|
|
4
|
+
data.tar.gz: 03636da1f6333835c5abde4ffc5a291d40c456a413bd21c9863634a7033fad22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3ea68048fb5b8a4af2bf5d94410e767efe6a4ec57b0ff817e7e969d78e6a642c8b0be992b54a357f227bb8b8d30252fe7787d972725670e0e65990d23e2004c
|
|
7
|
+
data.tar.gz: c99ea5d79b43606489e9674be66134548579872f772b33b83719772e8d2762ef81adfaa270ddd64b28e177d00b810f44768a1e4bd7e25d806d9cac3ce9907a11
|
|
@@ -175,7 +175,7 @@ function translate() {
|
|
|
175
175
|
/*---------------------------------*/
|
|
176
176
|
function headerfooter() {
|
|
177
177
|
$("#header")
|
|
178
|
-
.load("
|
|
178
|
+
.load("https://static.phcnetworks.net/phc_sites/phcnetworks_net/views/header.html", function(res, status, xhr) {
|
|
179
179
|
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
|
180
180
|
.addClass('xpto active');
|
|
181
181
|
$('#drop-lng label')
|
|
@@ -187,7 +187,7 @@ function headerfooter() {
|
|
|
187
187
|
});
|
|
188
188
|
});
|
|
189
189
|
$("#footer")
|
|
190
|
-
.load("
|
|
190
|
+
.load("https://static.phcnetworks.net/phc_sites/phcnetworks_net/views/footer.html.erb", function(res, status, xhr) {
|
|
191
191
|
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
|
192
192
|
.addClass('xpto active');
|
|
193
193
|
$('#drop-lng label')
|
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.7
|
|
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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|