Changeset 9949 for temp/trunk/html
- Timestamp:
- 2006/11/30 19:25:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/js/file_manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/file_manager.js
r9948 r9949 155 155 // ¥Õ¥¡¥¤¥ë¥ê¥¹¥È¥À¥Ö¥ë¥¯¥ê¥Ã¥¯½èÍý 156 156 function fnDbClick(arrTree, path, is_dir) { 157 if(is_dir ) {157 if(is_dir == 1) { 158 158 for(cnt = 0; cnt < arrTree.length; cnt++) { 159 159 if(path == arrTree[cnt][2]) fnTreeMenu('tree'+cnt, 'rank_img'+cnt ,path);
Note: See TracChangeset
for help on using the changeset viewer.
