Changeset 2459 for trunk/phpgwapi


Ignore:
Timestamp:
04/07/10 16:58:47 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoAdmin não realize reload de página.

File:
1 edited

Legend:

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

    r2439 r2459  
    1111                */ 
    1212                var a = ( action.indexOf( 'admin/' ) > 0 || action.indexOf( '=admin.' ) > 0 ); 
     13                a = ( a || action.indexOf( '=expressoAdmin1_2.' ) > 0 ); 
    1314                a = ( a || action.indexOf( 'calendar/' ) > 0 || action.indexOf( '=calendar.' ) > 0 ); 
    1415                a = ! ( a && ! ( action.indexOf( '#' ) === 0 || action.indexOf( window.location + '#' ) === 0 || action.indexOf( 'javascript:' ) === 0 ) ); 
Note: See TracChangeset for help on using the changeset viewer.