Changeset 2565


Ignore:
Timestamp:
04/16/10 14:30:57 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo falta de javascript.

Location:
trunk/phpgwapi
Files:
4 added
1 deleted
1 edited

Legend:

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

    r2562 r2565  
    1010        { 
    1111                var action = pLink.href; 
     12                if ( action == '' ) 
     13                        return false; 
     14 
    1215                var a = ( action.indexOf( 'javascript:' ) === 0 ); 
    1316                a = ( a || ( action.indexOf( '#' ) === 0 ) ); 
    1417                a = ( a || ( action.indexOf( window.location + '#' ) === 0 ) ); 
    1518                a = ( a || ! ( action.indexOf( 'workflow' ) < 0 ) ); 
    16                 //a = ( a || ! ( action.indexOf( 'expressoMail1_2' ) < 0 ) ); 
    1719 
    1820                if ( ! a ) 
Note: See TracChangeset for help on using the changeset viewer.