Skip to content

Commit

Permalink
Merge pull request #634 from telosnetwork/630-bounce-rate
Browse files Browse the repository at this point in the history
Hotfix - analytics bounce rate
  • Loading branch information
pmjanus authored Oct 9, 2023
2 parents e2a4128 + 215a2f7 commit 19d4c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telos-web-wallet",
"version": "2.3.0",
"version": "2.3.1",
"description": "A Web Wallet for Telos",
"productName": "Telos Web Wallet",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
const script = document.createElement('script');
script.src = 'https://cdn.usefathom.com/script.js';
script.dataset.site = 'ISPYEAKT';
script.dataset.spa = 'auto';
script.defer = true;
document.body.appendChild(script);
}
Expand Down

0 comments on commit 19d4c6e

Please sign in to comment.