Changeset 269b143 in github


Ignore:
Timestamp:
May 8, 2012 3:45:27 AM (14 months ago)
Author:
root <root@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
c792b52
Parents:
840fa8e
Message:

Simplified code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/functions.js

    r4be86f3 r269b143  
    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.