phcthemes_web_theme_pack 1.2.7 → 1.2.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: f827ab5029b1ae8afe5e5ff6f2d1fa2cb80c8457e50b91663ebf064621513653
|
|
4
|
+
data.tar.gz: 04abc49fe9a00a614af801c906521ceff358424a3a1bd043b99f4859dc1733d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0f3a7f9cdbcfced67714dd97b00e86f07fd88f0e376570d53843475b55962315a5d4af857838f95d14a8b5518d2f49f58ab243a54ca542046c16d382670c270
|
|
7
|
+
data.tar.gz: 93e6ee42568a50e8b1533d9fe9bb05d99c9fab6dd15cde93fafd4fbc6d1c05f71cf653acee23652de23857fe57cf7da4c0348c6da5e80faf70113ccd5dc37630
|
|
@@ -10957,8 +10957,8 @@ return jQuery;
|
|
|
10957
10957
|
is_admin : $('body').hasClass('layout-admin') ? true : false,
|
|
10958
10958
|
ajax_container : 'body', /* DO NOT USE THIS IN YOUR SCRIPT, IS EXCLUSIVELY USED BY REINIT() FUNCTION */
|
|
10959
10959
|
page_first_load : true, /* set by reinit() to false after first load - used by ajax */
|
|
10960
|
-
js_location : '', /* javascripts location, used to dinamicaly load js scripts */
|
|
10961
|
-
css_location : '', /* javascripts location, used to dinamicaly load css */
|
|
10960
|
+
js_location : 'https://frmwrks.phcnetworks.net/smarty/version-3.0.6/dist/assets/js/', /* javascripts location, used to dinamicaly load js scripts */
|
|
10961
|
+
css_location : 'https://frmwrks.phcnetworks.net/smarty/version-3.0.6/dist/assets/css/', /* javascripts location, used to dinamicaly load css */
|
|
10962
10962
|
cookie_secure : 'SameSite=None; secure', /* New Google Secure Cookie */
|
|
10963
10963
|
|
|
10964
10964
|
/* bootstrap breakpoints */
|