Changeset a9ca5f4 in github
- Timestamp:
- May 8, 2012 6:16:36 AM (14 months ago)
- Branches:
- release-0.8
- Children:
- d8d7540
- Parents:
- 9b487e4
- git-author:
- root <root@…> (05/08/12 03:45:27)
- git-committer:
- Aleksander Machniak <alec@…> (05/08/12 06:16:36)
- File:
-
- 1 edited
-
skins/default/functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/functions.js
r4be86f3 ra9ca5f4 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.
