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 fd32b97 commit eaa880cCopy full SHA for eaa880c
storage/ndb/mcc/frontend/welcome.html
@@ -62,7 +62,7 @@
62
63
dojo.ready(function() {
64
// Check browser type
65
- var supportedUa = navigator.userAgent.match(/firefox|chrome|msie/gi);
+ var supportedUa = navigator.userAgent.match(/firefox|safari|chrome|msie/gi);
66
67
console.log("Browser application name is " + navigator.appName);
68
console.log("Browser application version is " + navigator.appVersion);
0 commit comments