Skip to content

Commit

Permalink
Fix p.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed May 28, 2021
1 parent d03b314 commit 2be99db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion priv/tracker/js/p.js

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

1 change: 1 addition & 0 deletions tracker/src/p.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
(function(){
'use strict';

var scriptEl = window.document.currentScript;
var plausibleHost = new URL(scriptEl.src).origin

function setCookie(name,value) {
Expand Down

0 comments on commit 2be99db

Please sign in to comment.