Ignore:
Timestamp:
07/30/08 16:54:18 (16 years ago)
Author:
niltonneto
Message:

Ver Ocorrência #275 do Trac;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/common_functions.js

    r365 r381  
    662662 
    663663function exist_className(obj, className){ 
    664         if ( obj.className.indexOf(className) != -1 ) 
     664        if ( obj && obj.className.indexOf(className) != -1 ) 
    665665                return true; 
    666666        return false; 
Note: See TracChangeset for help on using the changeset viewer.