Skip to content

Commit

Permalink
add crisp ready trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Sep 26, 2024
1 parent 7d32ea3 commit 84cf419
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/js/crisp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// window.CRISP_READY_TRIGGER = function() {
window.$crisp = [];
window.CRISP_WEBSITE_ID = "d1d5816e-314a-45e4-9715-144347b1039a";
window.CRISP_READY_TRIGGER = function() {
window.$crisp = [];
window.CRISP_WEBSITE_ID = "d1d5816e-314a-45e4-9715-144347b1039a";
(function () {
Expand All @@ -8,4 +10,4 @@
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
// };
};

0 comments on commit 84cf419

Please sign in to comment.