Ignore:
Timestamp:
05/05/10 15:52:35 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Adaptando todo o expressoAdmin1_2 para não realizar reload.

File:
1 edited

Legend:

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

    r2665 r2712  
    2121        String.prototype.trim = function( ) 
    2222        { 
    23                 return this.replace( /^ +| +$/g, '' ); 
     23                return this.replace( /^\s+|\s+$/g, '' ); 
    2424        }; 
    2525 
Note: See TracChangeset for help on using the changeset viewer.