From e16f51e552a324be098bd622c765842358279131 Mon Sep 17 00:00:00 2001 From: Vincent Taverna Date: Sun, 1 Nov 2015 18:30:20 -0500 Subject: fix isBrowserEdge typo --- web/react/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index c7c8549b9..4bd651649 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -976,7 +976,7 @@ export function isBrowserIE() { } export function isBrowserEdge() { - return window.naviagtor && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1; + return window.navigator && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1; } export function getDirectChannelName(id, otherId) { -- cgit v1.2.3-1-g7c22