phcthemes_web_theme_pack 1.6.7 → 1.6.8

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: 44ad2fe9eba5e179c0d4f94a89613a7496741c896e995d8954cf0d2706430571
4
- data.tar.gz: 03636da1f6333835c5abde4ffc5a291d40c456a413bd21c9863634a7033fad22
3
+ metadata.gz: 2b9271a3f96fc92ea0bca23edc43daaf5d9700901461109aeb1a6755170d1075
4
+ data.tar.gz: da2f66a81e2d0853a621920c8c2ad27933e2bb329b090e8f962a7969b4ebd62b
5
5
  SHA512:
6
- metadata.gz: b3ea68048fb5b8a4af2bf5d94410e767efe6a4ec57b0ff817e7e969d78e6a642c8b0be992b54a357f227bb8b8d30252fe7787d972725670e0e65990d23e2004c
7
- data.tar.gz: c99ea5d79b43606489e9674be66134548579872f772b33b83719772e8d2762ef81adfaa270ddd64b28e177d00b810f44768a1e4bd7e25d806d9cac3ce9907a11
6
+ metadata.gz: 446eee0b65fde7b5549deefca6f614ff481604ef5a64565ea9eeeb8d46483d8d3e9185960f8d51d02a0880f169636c34eeefd846e100098b48a0a4a33e02f642
7
+ data.tar.gz: 53c642fafd657b375291882bfd617936f6d2565645b8fab7a8da4643f51aafab1231a2187a5a7f122af978ca793a4b6e23d2910f2aba10766731755e6469d7e8
@@ -137,9 +137,9 @@ $(".mobile .menu-item")
137
137
  // i18next translate
138
138
  //----------------------------------------------------/
139
139
  function translate() {
140
- $.getScript('js/lib/i18next.min.js', function() {
141
- $.getScript('js/lib/i18nextXHRBackend.min.js', function() {
142
- $.getScript('js/lib/jquery-i18next.min.js', function() {
140
+ $.getScript('https://frmwrks.phcnetworks.net/antlr/version-2.1.2/template/js/lib/i18next.min.js', function() {
141
+ $.getScript('https://frmwrks.phcnetworks.net/antlr/version-2.1.2/template/js/lib/i18nextXHRBackend.min.js', function() {
142
+ $.getScript('https://frmwrks.phcnetworks.net/antlr/version-2.1.2/template/js/lib/jquery-i18next.min.js', function() {
143
143
  var language = localStorage.getItem('lng');
144
144
  if (!language) {
145
145
  localStorage.setItem('lng', 'en-US');
@@ -150,7 +150,7 @@ function translate() {
150
150
  lng: language,
151
151
  fallbackLng: 'en-US',
152
152
  backend: {
153
- loadPath: 'locales/{{lng}}/translations.json'
153
+ loadPath: 'https://frmwrks.phcnetworks.net/antlr/version-2.1.2/template/locales/{{lng}}/translations.json'
154
154
  }
155
155
  }, function(err, t) {
156
156
  jqueryI18next.init(i18next, $, {
@@ -314,7 +314,7 @@ function contactform() {
314
314
  .on('submit', function(e) {
315
315
  $.ajax({
316
316
  type: "POST",
317
- url: 'php/form-process.php',
317
+ url: 'https://frmwrks.phcnetworks.net/antlr/version-2.1.2/template/php/form-process.php',
318
318
  data: $(this)
319
319
  .serialize(),
320
320
  success: function() {
@@ -1,3 +1,3 @@
1
1
  module PhcthemesWebThemePack
2
- VERSION = "1.6.7"
2
+ VERSION = "1.6.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_web_theme_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7
4
+ version: 1.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks