Changeset 1237
- Timestamp:
- 02/14/10 11:18:13 (2 years ago)
- Files:
-
- 1 modified
-
trunk/modules/ColorPicker/ColorPicker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/ColorPicker/ColorPicker.js
r1084 r1237 761 761 this.iframe.style.width = this.table.offsetWidth; 762 762 this.iframe.style.height = this.table.offsetHeight; 763 this.iframe.style.zIndex = '1049'; 763 764 document.body.insertBefore(this.iframe, this.table); 764 765 }
