Skip to content

Commit

Permalink
Modifying user agent string check to fix Opera issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlim committed Sep 15, 2009
1 parent 9a705c7 commit 79c5535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mobile_fu.rb
Expand Up @@ -10,7 +10,7 @@ module MobileFu
'samsung|sanyo|sharp|telit|tsm|mobile|mini|windows ce|smartphone|' +
'240x320|320x320|mobileexplorer|j2me|sgh|portable|sprint|vodafone|' +
'docomo|kddi|softbank|pdxgw|j-phone|astel|minimo|plucker|netfront|' +
'xiino|mot-v|mot-e|portalmmm|sagem|sie-s|sie-m|android|ipod|pre'
'xiino|mot-v|mot-e|portalmmm|sagem|sie-s|sie-m|android|ipod'

def self.included(base)
base.extend(ClassMethods)
Expand Down

0 comments on commit 79c5535

Please sign in to comment.