Ticket #3649: tabindex-jquery.patch
File tabindex-jquery.patch, 323 bytes (added by , 14 years ago) |
---|
-
core.js
1251 1251 readonly: "readOnly", 1252 1252 maxlength: "maxLength", 1253 1253 cellspacing: "cellSpacing", 1254 rowspan: "rowSpan" 1254 rowspan: "rowSpan", 1255 tabindex: "tabIndex" 1255 1256 } 1256 1257 }); 1257 1258