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/phpgwapi/inc/class.common.inc.php

    r2049 r2169  
    12251225                        $GLOBALS['phpgw']->js->validate_file('expressoAjax','expressoAjax'); 
    12261226                        echo "<script type='text/javascript'>var URL_SERVER = '".$GLOBALS['phpgw_info']['server']['webserver_url']."';</script>"; 
     1227                        echo $GLOBALS['phpgw']->js->get_script_links(); 
     1228                        $GLOBALS['phpgw']->js->unset_script_link('phpgwapi','expressoAjax'); 
    12271229 
    12281230                        if (!@$GLOBALS['phpgw_info']['flags']['nonavbar'] && !@$GLOBALS['phpgw_info']['flags']['navbar_target']) 
Note: See TracChangeset for help on using the changeset viewer.