Skip to content

Commit a744cb8

Browse files
committed
added touch point to hash
1 parent fddc2e7 commit a744cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ nowFetch().then(response => {
137137
longitude: response.longitude,timezone: response.timezone,memory: memory,
138138
platform: platform,hardwareConcurrency: hardwareConcurrency,language: language,
139139
graphics: graphicsRenderer, graphicsVendor: graphicsVendor, pin: response.pin, deviceWidth: deviceWidth,
140-
deviceHeight: deviceHeight
140+
deviceHeight: deviceHeight, touchPoints: touchPoints
141141
}
142142

143143
const dynamicData = {
144144
headers: data.headers, city: data.city, timezone: data.timezone,
145145
memory: data.memory, platform: data.platform, hardwareConcurrency: data.hardwareConcurrency,
146146
graphics: graphicsRenderer, graphicsVendor: graphicsVendor, deviceWidth: deviceWidth,
147-
deviceHeight: deviceHeight, language: language, colorDepth: colorDepth, isp: data.isp
147+
deviceHeight: deviceHeight, language: language, colorDepth: colorDepth, isp: data.isp, touchPoints: touchPoints
148148
}
149149

150150
const encodedDynamic = btoa(JSON.stringify(dynamicData))

0 commit comments

Comments
 (0)