Changeset 675 for trunk/app/webroot

Show
Ignore:
Timestamp:
07/24/08 16:00:36 (4 months ago)
Author:
aarkerio
Message:

Update testt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/webroot/js/myfunctions.js

    r563 r675  
    127127       var t=setTimeout("document.getElementById('flashMessage').style.display = 'none'", 2000); 
    128128   } 
     129 
     130   if ( document.getElementById('authMessage') ) 
     131   { 
     132       var t=setTimeout("document.getElementById('authMessage').style.display = 'none'", 2000); 
     133   } 
    129134}