Ignore:
Timestamp:
03/05/10 10:14:04 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Unificação da parte ajax do expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emailadmin/inc/class.ui.inc.php

    r1523 r2169  
    133133                                        $GLOBALS['phpgw']->js->validate_file('jscode','editProfile','emailadmin'); 
    134134                                        $GLOBALS['phpgw']->js->set_onload('javascript:initAll();'); 
    135                                         #$GLOBALS['phpgw']->js->set_onload('smtp.init();'); 
    136  
     135                                        echo $GLOBALS['phpgw']->js->get_script_links(); 
     136                                        $GLOBALS['phpgw']->js->unset_script_link('emailadmin','jscode'); 
    137137                                        break; 
    138138                        } 
Note: See TracChangeset for help on using the changeset viewer.