Ignore:
Timestamp:
02/12/10 14:10:40 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Correção e melhorias na unificação

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r2009 r2011  
    12211221                        }  
    12221222 
    1223                         echo "<script type='text/javascript' src='".$GLOBALS['phpgw_info']['server']['webserver_url']."/phpgwapi/expressoAjax/expressoAjax.js'></script>"; 
    1224  
     1223//                      echo "<script type='text/javascript' src='".$GLOBALS['phpgw_info']['server']['webserver_url']."/phpgwapi/js/expressoAjax/expressoAjax.js'></script>"; 
     1224                        if(!@is_object($GLOBALS['phpgw']->js)) 
     1225                        { 
     1226                                $GLOBALS['phpgw']->js = CreateObject('phpgwapi.javascript'); 
     1227                        } 
     1228                        $GLOBALS['phpgw']->js->validate_file('expressoAjax','expressoAjax'); 
     1229                        echo $GLOBALS['phpgw']->js->get_script_links(); 
    12251230                } 
    12261231 
Note: See TracChangeset for help on using the changeset viewer.