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.
1 parent 0460c9f commit 55dc207Copy full SHA for 55dc207
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