stop sending document title from client, since it is not used right now

This commit is contained in:
Danny van Kooten 2018-06-28 10:37:21 +02:00
parent 9b47ee27ef
commit 37897e9d35
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ function trackPageview() {
sid: data.sid,
p: path,
h: hostname,
t: document.title,
r: referrer,
u: data.pagesViewed.indexOf(path) == -1 ? 1 : 0,
nv: data.isNewVisitor ? 1 : 0,