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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b9271a3f96fc92ea0bca23edc43daaf5d9700901461109aeb1a6755170d1075
|
|
4
|
+
data.tar.gz: da2f66a81e2d0853a621920c8c2ad27933e2bb329b090e8f962a7969b4ebd62b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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() {
|