Changeset 9548 for temp/trunk/html/test
- Timestamp:
- 2006/11/29 22:22:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r9545 r9548 189 189 // ÇØ·Ê¿§¤òÊѤ¨¤ë 190 190 function fnChangeBgColor(id, val) { 191 document.getElementById(id).style.backgroundColor = val; 191 if (old_select_id != id) { 192 document.getElementById(id).style.backgroundColor = val; 193 } 192 194 }
Note: See TracChangeset
for help on using the changeset viewer.
