We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad63e4 + 55dc207 commit 5685c6bCopy full SHA for 5685c6b
kitsune/sumo/static/sumo/js/aaq.js
@@ -7,8 +7,8 @@ import RemoteTroubleshooting from "./remote";
7
8
export default class AAQSystemInfo {
9
static slugs = {
10
- desktop: ["desktop", "firefox-enterprise"],
11
- mobile: ["mobile", "ios", "focus"],
+ desktop: ["/firefox/", "/firefox-enterprise/"],
+ mobile: ["/mobile/", "/ios/", "/focus-firefox/"],
12
};
13
14
constructor(form) {
0 commit comments