Changeset a9ca5f4 in github


Ignore:
Timestamp:
May 8, 2012 6:16:36 AM (14 months ago)
Author:
Aleksander Machniak <alec@…>
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)
Message:

Simplified code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/functions.js

    r4be86f3 ra9ca5f4  
    509509  h -= 4; 
    510510 
     511  $('#compose-body_tbl').width((w+6)+'px').height(''); 
     512  $('#compose-body_ifr').width((w+6)+'px').height((h-54)+'px'); 
    511513  $('#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'); 
    520515}, 
    521516 
Note: See TracChangeset for help on using the changeset viewer.