Skip to content

Commit 55dc207

Browse files
committed
fix init of browser & os details for questions
1 parent 0460c9f commit 55dc207

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)