Changeset 8ba01c0 in github
- Timestamp:
- Jun 30, 2012 3:20:18 AM (11 months ago)
- Children:
- ad9dac5
- Parents:
- 3d122f0
- File:
-
- 1 edited
-
skins/larry/ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/ui.js
r3d122f0 r8ba01c0 192 192 .parent().css('position', 'relative'); 193 193 194 // re-set original select width to fix click action and options width in Chrome 195 if (bw.chrome) 196 select.width(new_select.width()); 194 // re-set original select width to fix click action and options width in some browsers 195 select.width(new_select.width()); 197 196 }); 198 197
Note: See TracChangeset
for help on using the changeset viewer.
