Skip to content

Commit

Permalink
include iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Jun 17, 2014
1 parent 7d3364c commit 3a6e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee/lib/abstract-chosen.coffee
Expand Up @@ -258,7 +258,7 @@ class AbstractChosen
use_native_interface: ->
if @options.use_native_interface
return @options.use_native_interface
if /iP(od|hone)/i.test(window.navigator.userAgent)
if /iP(ad|od|hone)/i.test(window.navigator.userAgent)
return true
if /Android/i.test(window.navigator.userAgent)
return true if /Mobile/i.test(window.navigator.userAgent)
Expand Down

0 comments on commit 3a6e060

Please sign in to comment.