Changeset 9545 for temp/trunk
- Timestamp:
- 2006/11/29 22:01:53 (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
r9544 r9545 180 180 } 181 181 182 // ÇØ·Ê¿§¤òÊѤ¨¤ë183 function fn ChangeBgColor(id, val) {182 // ¥Õ¥¡¥¤¥ëÁªÂò 183 function fnSelectFile(id, val) { 184 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; 187 187 } 188 189 // ÇØ·Ê¿§¤òÊѤ¨¤ë 190 function fnChangeBgColor(id, val) { 191 document.getElementById(id).style.backgroundColor = val; 192 }
Note: See TracChangeset
for help on using the changeset viewer.
