Changeset 2545 for trunk/phpgwapi


Ignore:
Timestamp:
04/15/10 10:16:55 (14 years ago)
Author:
rodsouza
Message:

Ticket #1036 - Corrigindo erro no momento de informar o caminho do script.

File:
1 edited

Legend:

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

    r2537 r2545  
    144144                                                                                $links .= '<script type="text/javascript" src="' 
    145145                                                                                        . $GLOBALS['phpgw_info']['server']['webserver_url'] 
    146                                                                                         . "/$app/js/$pkg/$file" . '">' 
     146                                                                                        . "/$app/js/$pkg/$file" . '.js">' 
    147147                                                                                        . "</script>\n"; 
    148148                                                                        } 
Note: See TracChangeset for help on using the changeset viewer.