Changeset 2470 for trunk/phpgwapi


Ignore:
Timestamp:
04/08/10 15:58:57 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitir que o ExpressoMessenger? não realize reload.

File:
1 edited

Legend:

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

    r2469 r2470  
    1717                a = ( a || action.indexOf( 'home' ) > 0 ); 
    1818                a = ( a || action.indexOf( 'expressoAdmin1_2' ) > 0 ); 
     19                a = ( a || action.indexOf( 'abberit_messenger' ) > 0 ); 
    1920                a = ( a || action.indexOf( 'calendar/' ) > 0 || action.indexOf( '=calendar.' ) > 0 ); 
    2021                a = ! ( a && ! ( action.indexOf( '#' ) === 0 || action.indexOf( window.location + '#' ) === 0 || action.indexOf( 'javascript:' ) === 0 ) ); 
Note: See TracChangeset for help on using the changeset viewer.