Skip to content

Commit

Permalink
CSA Octubre
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Oct 10, 2024
1 parent ac121f9 commit 43c8039
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/alkomprar/json/service-centers.json
Original file line number Diff line number Diff line change
Expand Up @@ -10192,7 +10192,6 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"k-line-bogota",
"simmons-bogota",
"spring-bogota-call-center",
Expand Down Expand Up @@ -11327,6 +11326,7 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"espumados-call-center",
"inacsa-call-center",
"romance-relax-call-center"
Expand Down
2 changes: 1 addition & 1 deletion dist/alkosto/json/service-centers.json
Original file line number Diff line number Diff line change
Expand Up @@ -11863,7 +11863,6 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"k-line-bogota",
"simmons-bogota",
"spring-bogota-call-center",
Expand Down Expand Up @@ -13198,6 +13197,7 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"espumados-call-center",
"inacsa-call-center",
"romance-relax-call-center"
Expand Down
2 changes: 1 addition & 1 deletion dist/ktronix/json/service-centers.json
Original file line number Diff line number Diff line change
Expand Up @@ -11899,7 +11899,6 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"k-line-bogota",
"simmons-bogota",
"spring-bogota-call-center",
Expand Down Expand Up @@ -13235,6 +13234,7 @@
},
"colchones": {
"stores": [
"dorado-call-center",
"espumados-call-center",
"inacsa-call-center",
"romance-relax-call-center"
Expand Down
4 changes: 2 additions & 2 deletions examples/index-alkosto.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
<script
src="https://maps.googleapis.com/maps/api/js?libraries=&v=beta&key=AIzaSyAy8TW2_NTWIBNcOrTQLCksD-LRbcSlRlw&callback=initMap"
defer></script>
<script type="module" crossorigin="anonymous" src="https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].6/dist/common/js/servicio.js"></script>
<script type="module" crossorigin="anonymous" src="https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].8/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].7/dist/alkosto/json/service-centers.json",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].8/dist/alkosto/json/service-centers.json",
site: "alkosto",
};
</script>
Expand Down

0 comments on commit 43c8039

Please sign in to comment.