Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
fix: missing domain from script src url
Browse files Browse the repository at this point in the history
  • Loading branch information
zebateira committed Apr 9, 2021
1 parent f35961f commit 4de5a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/countly.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
var cly = document.createElement('script'); cly.type = 'text/javascript';
cly.async = true;
//enter url of script here
cly.src = 'web/sdk/web/countly.min.js';
cly.src = 'https://countly.ipfs.io/sdk/web/countly.min.js';
cly.onload = function () { Countly.init() };
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cly, s);
})();
Expand Down

0 comments on commit 4de5a14

Please sign in to comment.