Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit 2eda162

Browse files
committed
[bug 1003288] Add user-agent to FxOS form
1 parent 2167bae commit 2eda162

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fjord/feedback/static/js/mobile/fxos_feedback.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
'platform': 'Firefox OS',
155155
'locale': $('#locale').val(),
156156
'country': $('#country select').val(),
157-
'device': $('#device select').val()
157+
'device': $('#device select').val(),
158+
'user_agent': navigator.userAgent
158159
};
159160

160161
version = inferFxosVersion();

0 commit comments

Comments
 (0)