Skip to content

Commit

Permalink
fix: update widget script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Sep 27, 2024
1 parent b9467e4 commit 91d4ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/freshchat-temp.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class FreshChat {

// Append the CRM Tracking Code Dynamically
var script = document.createElement("script");
script.src = "https://fw-cdn.com/11706964/4344125.js";
script.src = "https://uae.fw-cdn.com/40116340/63296.js";
script.setAttribute("chat", "true");
document.body.appendChild(script);
};
Expand Down

0 comments on commit 91d4ecb

Please sign in to comment.