Changeset 2289 for temp


Ignore:
Timestamp:
2006/08/28 13:46:09 (20 years ago)
Author:
uehara
Message:

* empty log message *

Location:
temp/trunk/html/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/admin.js

    r1908 r2289  
    403403} 
    404404 
    405  
    406  
    407      
     405    function naviStyleChange(ids, color){ 
     406        document.getElementById(ids).style.backgroundColor = color; 
     407    }    
     408 
     409 
     410     
  • temp/trunk/html/js/navi.js

    r2287 r2289  
    2626    imgObj.src = fileName; 
    2727     
    28     function naviStyleChange(ids, color){ 
    29         document.getElementById(ids).style.backgroundColor = color; 
    30     }    
    3128} 
Note: See TracChangeset for help on using the changeset viewer.