mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Update connection.js
removed browser and platform as changeset tags
This commit is contained in:
@@ -249,8 +249,6 @@ iD.Connection = function() {
|
||||
imagery_used: imageryUsed.join(';').substr(0, 255),
|
||||
host: (window.location.origin + window.location.pathname).substr(0, 255),
|
||||
locale: detected.locale,
|
||||
browser: detected.browser + ' ' + detected.version,
|
||||
platform: detected.platform
|
||||
};
|
||||
|
||||
if (comment) {
|
||||
|
||||
Reference in New Issue
Block a user