Ignore:
Timestamp:
Oct 23, 2012, 3:04:22 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 2.4 (rv map)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/main.inc.php

    r18716 r18725  
    4343/**/
    4444add_event_handler('render_element_content',  array(&$autosize_controler,'init'),EVENT_HANDLER_PRIORITY_NEUTRAL-1,2  );
    45 
    4645add_event_handler('render_element_content',  array(&$autosize_controler,'init2'),EVENT_HANDLER_PRIORITY_NEUTRAL+1,2  );
    4746add_event_handler('loc_after_page_header', array(&$autosize_controler, 'cl_autosize_script_1') );
     
    4948add_event_handler('loc_after_page_header',array(&$autosize_controler, 'cl_autosize_script_3')  );
    5049add_event_handler('loc_after_page_header', array(&$autosize_controler, 'cl_autosize_affiche'), EVENT_HANDLER_PRIORITY_NEUTRAL +21    );
    51 
    5250}
    5351
     52
     53
     54
    5455?>
Note: See TracChangeset for help on using the changeset viewer.