mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
$.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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue