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({
958958 var tags = jQuery . trim ( elem ) . toLowerCase ( ) , div = context . createElement ( "div" ) ;
959959
960960 var wrap =
961- // option or optgroup
962- ! tags . indexOf ( "<opt" ) &&
963- [ 1 , "<select multiple='multiple'>" , "</select>" ] ||
964-
965961 ! tags . indexOf ( "<leg" ) &&
966962 [ 1 , "<fieldset>" , "</fieldset>" ] ||
967963
Original file line number Diff line number Diff line change @@ -957,10 +957,6 @@ jQuery.extend({
957957 var tags = jQuery . trim ( elem ) . toLowerCase ( ) , div = context . createElement ( "div" ) ;
958958
959959 var wrap =
960- // option or optgroup
961- ! tags . indexOf ( "<opt" ) &&
962- [ 1 , "<select multiple='multiple'>" , "</select>" ] ||
963-
964960 ! tags . indexOf ( "<leg" ) &&
965961 [ 1 , "<fieldset>" , "</fieldset>" ] ||
966962
You can’t perform that action at this time.
0 commit comments