File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -958,10 +958,6 @@ jQuery.extend({
958
958
var tags = jQuery . trim ( elem ) . toLowerCase ( ) , div = context . createElement ( "div" ) ;
959
959
960
960
var wrap =
961
- // option or optgroup
962
- ! tags . indexOf ( "<opt" ) &&
963
- [ 1 , "<select multiple='multiple'>" , "</select>" ] ||
964
-
965
961
! tags . indexOf ( "<leg" ) &&
966
962
[ 1 , "<fieldset>" , "</fieldset>" ] ||
967
963
Original file line number Diff line number Diff line change @@ -957,10 +957,6 @@ jQuery.extend({
957
957
var tags = jQuery . trim ( elem ) . toLowerCase ( ) , div = context . createElement ( "div" ) ;
958
958
959
959
var wrap =
960
- // option or optgroup
961
- ! tags . indexOf ( "<opt" ) &&
962
- [ 1 , "<select multiple='multiple'>" , "</select>" ] ||
963
-
964
960
! tags . indexOf ( "<leg" ) &&
965
961
[ 1 , "<fieldset>" , "</fieldset>" ] ||
966
962
You can’t perform that action at this time.
0 commit comments