Skip to content

Commit eaa880c

Browse files
author
Mikael Ronström
committed
WL#11128: Post-push fix, add Safari as supported Web browser
1 parent fd32b97 commit eaa880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/mcc/frontend/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
dojo.ready(function() {
6464
// Check browser type
65-
var supportedUa = navigator.userAgent.match(/firefox|chrome|msie/gi);
65+
var supportedUa = navigator.userAgent.match(/firefox|safari|chrome|msie/gi);
6666

6767
console.log("Browser application name is " + navigator.appName);
6868
console.log("Browser application version is " + navigator.appVersion);

0 commit comments

Comments
 (0)