Changeset 10017 for temp/trunk/html


Ignore:
Timestamp:
2006/12/01 11:01:31 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/file_manager.js

    r10009 r10017  
    159159 
    160160// ¥Õ¥¡¥¤¥ë¥ê¥¹¥È¥À¥Ö¥ë¥¯¥ê¥Ã¥¯½èÍý 
    161 function fnDbClick(arrTree, path, is_dir, now_dir) { 
     161function fnDbClick(arrTree, path, is_dir, now_dir, is_parent = false) { 
     162 
     163    if(is_parent) fnFolderOpen(path); return; 
     164     
    162165    if(is_dir) { 
    163166        for(cnt = 0; cnt < arrTree.length; cnt++) { 
Note: See TracChangeset for help on using the changeset viewer.