Changeset 2291 for temp/trunk/html


Ignore:
Timestamp:
2006/08/28 13:47:01 (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

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

    r2289 r2291  
    2525    function chgImgImageSubmit(fileName,imgObj){ 
    2626    imgObj.src = fileName; 
     27 
     28    // ¥µ¥Ö¥Ê¥Ó¤Îɽ¼¨ÀÚÂØ 
     29    function naviStyleChange(ids, color){ 
     30        document.getElementById(ids).style.backgroundColor = color; 
     31    }    
    2732     
    2833} 
Note: See TracChangeset for help on using the changeset viewer.