Changeset 5863 in spip-zone
- Timestamp:
- Oct 3, 2006, 8:25:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/widgets/widgets.js
r5827 r5863 28 28 .find("input[@type='text']") 29 29 .css('backgroundColor', 'yellow') 30 .css({'font':'inherit'}) 30 31 .each(function(){this.focus();}) // complique... 31 32 .end()
Note: See TracChangeset
for help on using the changeset viewer.