phcthemes_web_theme_pack 1.6.6 → 1.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1936838f6c66d54ed5b708848e58e42ccc24cb1e7d4dd9a5c4070f54703c7f34
4
- data.tar.gz: 4f32f334599ee8efc2acdd0586882fd6af37cec038be12070ccec236330bdb6b
3
+ metadata.gz: 44ad2fe9eba5e179c0d4f94a89613a7496741c896e995d8954cf0d2706430571
4
+ data.tar.gz: 03636da1f6333835c5abde4ffc5a291d40c456a413bd21c9863634a7033fad22
5
5
  SHA512:
6
- metadata.gz: b4ab002da0108d62d8d625c36247ca0aa3108aa9b037c435ea888d3f094e727ed2684c600bbd31c2a7061405c34c1e680cc895524a34d982d8ed448e7876749c
7
- data.tar.gz: 9281796930dd98f03ddc9cf1da4ff11a946f42325b5eeceac1ce99d6a5db0f320cd658fe39347643291dfc9b27b36999cd12f4528a5522ff24d6bc1e703eafbe
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("layouts/components/frontend/header/header.html.erb", function(res, status, xhr) {
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("layouts/components/frontend/footer/footer.html.erb", function(res, status, xhr) {
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')
@@ -1,3 +1,3 @@
1
1
  module PhcthemesWebThemePack
2
- VERSION = "1.6.6"
2
+ VERSION = "1.6.7"
3
3
  end
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.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-23 00:00:00.000000000 Z
11
+ date: 2020-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails