Changeset 9544 for temp


Ignore:
Timestamp:
2006/11/29 21:56:58 (20 years ago)
Author:
uehara
Message:

blank

Location:
temp/trunk/html/test/uehara
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/js/tree.js

    r9543 r9544  
    182182// ÇØ·Ê¿§¤òÊѤ¨¤ë 
    183183function fnChangeBgColor(id, val) { 
    184     if(old_select_id != '') document.getElementById(old_select_id).style.backgroundColor = val; 
     184    if(old_select_id != '') document.getElementById(old_select_id).style.backgroundColor = ''; 
    185185    document.getElementById(id).style.backgroundColor = val; 
    186186    old_select_id = id; 
Note: See TracChangeset for help on using the changeset viewer.