$.browser is gone from jQuery 1.9 ... and this is a check for ie7 and 6 ... don't care
This commit is contained in:
parent
a5a229598d
commit
7ff42377ac
|
@ -321,9 +321,6 @@ Copyright (c) 2011 by Harvest
|
|||
|
||||
$.fn.extend({
|
||||
chosen: function(options) {
|
||||
if ($.browser.msie && ($.browser.version === "6.0" || $.browser.version === "7.0")) {
|
||||
return this;
|
||||
}
|
||||
return this.each(function(input_field) {
|
||||
var $this;
|
||||
$this = $(this);
|
||||
|
|
Loading…
Reference in New Issue