Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.01 analytics #29

Merged
merged 6 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions head.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Créer une nouvelle balise script
const script = document.createElement('script');

// Définir les attributs de la balise script
script.defer = true; // Ajouter l'attribut defer
script.setAttribute('data-domain', 'wazo-plugin-deploy.netlify.app');
script.setAttribute('data-api', '/lapetiteroute/api/event');
script.src = '/lapetiteroute/js/script.js'; // Définir le chemin du fichier JavaScript

// Ajouter la balise script dans la section head
document.head.appendChild(script);
2 changes: 1 addition & 1 deletion public/assets/js/common_scripts.min.js

Large diffs are not rendered by default.

Empty file.
279 changes: 279 additions & 0 deletions public/assets/js/function.cdf6e6c7dbbd98536203.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading