Change browser name to lowercase
This commit is contained in:
@@ -26,7 +26,7 @@ export default function()
|
|||||||
flag,
|
flag,
|
||||||
os : browser.getOSName(true), // ios, android, linux...
|
os : browser.getOSName(true), // ios, android, linux...
|
||||||
platform : browser.getPlatformType(true), // mobile, desktop, tablet
|
platform : browser.getPlatformType(true), // mobile, desktop, tablet
|
||||||
name : browser.getBrowserName(),
|
name : browser.getBrowserName(true),
|
||||||
version : browser.getBrowserVersion(),
|
version : browser.getBrowserVersion(),
|
||||||
bowser : browser
|
bowser : browser
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user