Changeset 2439 for trunk/phpgwapi/js


Ignore:
Timestamp:
04/07/10 08:17:49 (14 years ago)
Author:
rodsouza
Message:

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

Location:
trunk/phpgwapi/js
Files:
2 edited

Legend:

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

    r2420 r2439  
    1111                */ 
    1212                var a = ( action.indexOf( 'admin/' ) > 0 || action.indexOf( '=admin.' ) > 0 ); 
     13                a = ( a || action.indexOf( 'calendar/' ) > 0 || action.indexOf( '=calendar.' ) > 0 ); 
    1314                a = ! ( a && ! ( action.indexOf( '#' ) === 0 || action.indexOf( window.location + '#' ) === 0 || action.indexOf( 'javascript:' ) === 0 ) ); 
    1415 
  • trunk/phpgwapi/js/wz_dragdrop/wz_dragdrop.js

    r2 r2439  
    13151315                } 
    13161316        } 
    1317         if (dd.n4 || dd.n6 || dd.ie || dd.op || dd.w3c) document.write( 
    1318                 (dd.n4? '<div style="position:absolute;"><\/div>\n' 
    1319                 : (dd.op && !dd.op6)? '<div id="OpBlUr" style="position:absolute;visibility:hidden;width:0px;height:0px;"><form><input type="text" style="width:0px;height:0px;"><\/form><\/div>' 
    1320                 : '') + d_htm 
    1321         ); 
     1317        //if (dd.n4 || dd.n6 || dd.ie || dd.op || dd.w3c) document.write( 
     1318        //      (dd.n4? '<div style="position:absolute;"><\/div>\n' 
     1319        //      : (dd.op && !dd.op6)? '<div id="OpBlUr" style="position:absolute;visibility:hidden;width:0px;height:0px;"><form><input type="text" style="width:0px;height:0px;"><\/form><\/div>' 
     1320        //      : '') + d_htm 
     1321        //); 
    13221322        dd.z = 0x33; 
    13231323        d_i = dd.elements.length; while (d_i--) 
Note: See TracChangeset for help on using the changeset viewer.