summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/attributes/attr.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/attributes/attr.js')
-rw-r--r--js/vendor/jquery/src/attributes/attr.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/vendor/jquery/src/attributes/attr.js b/js/vendor/jquery/src/attributes/attr.js
index 8601cfe11..a4414d11f 100644
--- a/js/vendor/jquery/src/attributes/attr.js
+++ b/js/vendor/jquery/src/attributes/attr.js
@@ -96,8 +96,6 @@ jQuery.extend({
set: function( elem, value ) {
if ( !support.radioValue && value === "radio" &&
jQuery.nodeName( elem, "input" ) ) {
- // Setting the type on a radio button after the value resets the value in IE6-9
- // Reset value to default in case type is set after value during creation
var val = elem.value;
elem.setAttribute( "type", value );
if ( val ) {