Changeset 3800 in subversion
- Timestamp:
- Jun 30, 2010 1:56:31 PM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
program/js/googiespell.js (modified) (1 diff)
-
skins/default/functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/googiespell.js
r3798 r3800 568 568 this.edit_layer = document.createElement('div'); 569 569 $(this.edit_layer).addClass('googie_edit_layer').attr('id', 'googie_edit_layer') 570 .width( width).height(height);570 .width('auto').height(height); 571 571 572 572 if (this.text_area.nodeName.toLowerCase() != 'input' || $(this.text_area).val() == '') { -
trunk/roundcubemail/skins/default/functions.js
r3798 r3800 346 346 } 347 347 else { 348 $('#googie_edit_layer'). width(w-(bw.ie || bw.opera || bw.safari ? 2 : 0)+'px').height(h+'px');348 $('#googie_edit_layer').height(h+'px'); 349 349 } 350 350 },
Note: See TracChangeset
for help on using the changeset viewer.
