Skip to content

Commit 648c14a

Browse files
authored
chore: remove SourcePage from qualtrics src (#110)
1 parent 60623b5 commit 648c14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/qualtrics-feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
if(this.check()){
4545
var a=document.createElement("script");
4646
a.type="text/javascript";
47-
a.src=g + `?SourcePage=${encodeURIComponent(document.URL)}`;
47+
a.src=g;
4848
document.body&&document.body.appendChild(a)
4949
}
5050
};

0 commit comments

Comments
 (0)