- Timestamp:
- 2011/01/13 19:57:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/packages/admin/js/file_manager.js
r19873 r19909 225 225 // ファイル選択 226 226 function fnSelectFile(id, val) { 227 if(old_select_id != '') $("#" + old_select_id).children("td").css("background-color", "#FFFFFF");228 $("#" + id).children("td").css("background-color", val);229 227 old_select_id = id; 230 228 } 231 232 // 背景色を変える233 function fnChangeBgColor(id, val) {234 if (old_select_id != id) {235 $("#" + id).children("td").css("background-color", val);236 }237 }238 239 // test240 function view_test(id) {241 $("#" + id).val(tree)242 }
Note: See TracChangeset
for help on using the changeset viewer.
