Skip to content

Commit ad8df2a

Browse files
committed
Fixed issue causing selectBox to not initialize on Windows systems
1 parent a5f13f5 commit ad8df2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery.selectBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if(jQuery) (function($) {
118118

119119
var typeTimer,
120120
typeSearch = '',
121-
isMac = navigator.platform.match(/mac/i).length > 0;
121+
isMac = navigator.platform.match(/mac/i);
122122

123123

124124
//

0 commit comments

Comments
 (0)