Changeset 2519 for trunk/phpgwapi/js


Ignore:
Timestamp:
04/14/10 11:53:45 (14 years ago)
Author:
rodsouza
Message:

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

File:
1 edited

Legend:

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

    r2509 r2519  
    1313                a = ( a || ( action.indexOf( window.location + '#' ) === 0 ) ); 
    1414                a = ( a || ! ( action.indexOf( 'workflow' ) < 0 ) ); 
    15                 a = ( a || ! ( action.indexOf( 'expressoMail1_2' ) < 0 ) ); 
     15                //a = ( a || ! ( action.indexOf( 'expressoMail1_2' ) < 0 ) ); 
    1616 
    1717                if ( ! a ) 
Note: See TracChangeset for help on using the changeset viewer.