- Timestamp:
- 2006/11/29 21:56:58 (20 years ago)
- Location:
- temp/trunk/html/test/uehara
- Files:
-
- 2 edited
-
js/tree.js (modified) (1 diff)
-
templates/tree.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r9543 r9544 182 182 // ÇØ·Ê¿§¤òÊѤ¨¤ë 183 183 function 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 = ''; 185 185 document.getElementById(id).style.backgroundColor = val; 186 186 old_select_id = id;
Note: See TracChangeset
for help on using the changeset viewer.
