Changeset 2679 for trunk/phpgwapi


Ignore:
Timestamp:
04/30/10 17:22:28 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problema de contexto relacionados com javascript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/tools/xlink.js

    r2677 r2679  
    9595                        else 
    9696                        { 
     97                                if ( _new_scripts[ _count ][ 2 ].indexOf( window.location.host ) < 0 ) 
     98                                        _new_scripts[ _count ][ 2 ] = window.location.protocol + '//' + window.location.host + _new_scripts[ _count ][ 2 ]; 
     99 
    97100                                _script.add( 
    98101                                        _new_scripts[ _count ][ 2 ].substr( 
Note: See TracChangeset for help on using the changeset viewer.