Skip to content

Commit

Permalink
index service center
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Jul 4, 2024
1 parent b58a784 commit 0553c9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/index-alkomprar.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="service-centers__title">Centros de servicio</h2>
src="https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].9.9/dist/alkomprar/json/service-centers.json",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].5.0.0/dist/alkomprar/json/service-centers.json",
site: "alkomprar",
};
</script>
Expand Down
2 changes: 1 addition & 1 deletion examples/index-alkosto.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
src="https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].9.9/dist/alkosto/json/service-centers.json",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].5.0.0/dist/alkosto/json/service-centers.json",
site: "alkosto",
};
</script>
Expand Down
2 changes: 1 addition & 1 deletion examples/index-ktronix.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="service-centers__title">Centros de servicio</h2>
src="https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].9.9/dist/ktronix/json/service-centers.json",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].5.0.0/dist/ktronix/json/service-centers.json",
site: "ktronix",
};
</script>
Expand Down

0 comments on commit 0553c9c

Please sign in to comment.