We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c12f005 + e3ac46f commit deffd47Copy full SHA for deffd47
dist/js/multiselect.js
@@ -706,7 +706,7 @@ if (typeof jQuery === 'undefined') {
706
707
var ua = window.navigator.userAgent;
708
var isIE = (ua.indexOf("MSIE ") + ua.indexOf("Trident/") + ua.indexOf("Edge/")) > -3;
709
- var isSafari = ua.toLowerCase().indexOf("safari") > -1;
+ var isSafari = ua.toLowerCase().indexOf("safari") > -1 && ua.toLowerCase().indexOf("chrome") == -1;
710
var isFirefox = ua.toLowerCase().indexOf("firefox") > -1;
711
712
$.fn.multiselect = function( options ) {
0 commit comments