Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishman authored Jun 18, 2018
1 parent a61eeb5 commit db25303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getListOfBrowsers(data)
browserName = browserName[browserName.length - 1];
if(browserName == "internet_explorer" || browserName == "internet-explorer")
{
browserNow === "internet explorer";
browserName === "internet explorer";
}
if(browserList.indexOf(browserName) === -1)
{
Expand Down Expand Up @@ -196,4 +196,4 @@ function getLogData()
gettingLogData = false;
}
});
}
}

0 comments on commit db25303

Please sign in to comment.