Skip to content

Commit 5685c6b

Browse files
authored
Merge pull request #6738 from escattone/fix-init-browser-os-details
fix init of browser & os details for questions
2 parents 3ad63e4 + 55dc207 commit 5685c6b

File tree

1 file changed

+2
-2
lines changed
  • kitsune/sumo/static/sumo/js

1 file changed

+2
-2
lines changed

kitsune/sumo/static/sumo/js/aaq.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import RemoteTroubleshooting from "./remote";
77

88
export default class AAQSystemInfo {
99
static slugs = {
10-
desktop: ["desktop", "firefox-enterprise"],
11-
mobile: ["mobile", "ios", "focus"],
10+
desktop: ["/firefox/", "/firefox-enterprise/"],
11+
mobile: ["/mobile/", "/ios/", "/focus-firefox/"],
1212
};
1313

1414
constructor(form) {

0 commit comments

Comments
 (0)