Changeset 9548 for temp/trunk/html/test


Ignore:
Timestamp:
2006/11/29 22:22:50 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r9545 r9548  
    189189// ÇØ·Ê¿§¤òÊѤ¨¤ë 
    190190function fnChangeBgColor(id, val) { 
    191     document.getElementById(id).style.backgroundColor = val; 
     191    if (old_select_id != id) { 
     192        document.getElementById(id).style.backgroundColor = val; 
     193    } 
    192194} 
Note: See TracChangeset for help on using the changeset viewer.