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: e16345bbbc99a00f955b2c934d40d38984406cea134d3486bd64569349bc9f40
4
- data.tar.gz: 828cd925c832595d6af1043c874a0bd01101c20e93ca85eae6b927165e97b570
3
+ metadata.gz: f827ab5029b1ae8afe5e5ff6f2d1fa2cb80c8457e50b91663ebf064621513653
4
+ data.tar.gz: 04abc49fe9a00a614af801c906521ceff358424a3a1bd043b99f4859dc1733d4
5
5
  SHA512:
6
- metadata.gz: d6286186f320d399007e1a936388613154d97ed7a367de5c6cfe34f3432c7886651b9ac1e15460ca10d4dc5d7c1105ff8161ffdf3736b0c5be907c6205312584
7
- data.tar.gz: 19475731a7fba255b69f2dadbd3a504fb70d82b6c7cb74eb534cf5eddb290802203f8890d861b93bf12dd47a378e862a38117723ed5c6728db7fba01a225bca4
6
+ metadata.gz: e0f3a7f9cdbcfced67714dd97b00e86f07fd88f0e376570d53843475b55962315a5d4af857838f95d14a8b5518d2f49f58ab243a54ca542046c16d382670c270
7
+ data.tar.gz: 93e6ee42568a50e8b1533d9fe9bb05d99c9fab6dd15cde93fafd4fbc6d1c05f71cf653acee23652de23857fe57cf7da4c0348c6da5e80faf70113ccd5dc37630
@@ -1,6 +1,3 @@
1
1
  //= require rails-ujs
2
2
  //= require activestorage
3
3
  //= require themes/smarty/theme/core.js
4
- //= require rails-ujs
5
- //= require activestorage
6
- //= require themes/smarty/theme/core.js
@@ -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 */