Changeset 269b143 in github
- Timestamp:
- May 8, 2012 3:45:27 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- c792b52
- Parents:
- 840fa8e
- File:
-
- 1 edited
-
skins/default/functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/functions.js
r4be86f3 r269b143 509 509 h -= 4; 510 510 511 $('#compose-body_tbl').width((w+6)+'px').height(''); 512 $('#compose-body_ifr').width((w+6)+'px').height((h-54)+'px'); 511 513 $('#compose-body').width(w+'px').height(h+'px'); 512 513 if (window.tinyMCE && tinyMCE.get('compose-body')) { 514 $('#compose-body_tbl').width((w+6)+'px').height(''); 515 $('#compose-body_ifr').width((w+6)+'px').height((h-54)+'px'); 516 } 517 else { 518 $('#googie_edit_layer').height(h+'px'); 519 } 514 $('#googie_edit_layer').height(h+'px'); 520 515 }, 521 516
Note: See TracChangeset
for help on using the changeset viewer.
