Changeset 10019 for temp/trunk/html/js


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

blank

File:
1 edited

Legend:

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

    r10018 r10019  
    159159 
    160160// ¥Õ¥¡¥¤¥ë¥ê¥¹¥È¥À¥Ö¥ë¥¯¥ê¥Ã¥¯½èÍý 
    161 function fnDbClick(arrTree, path, is_dir, now_dir, is_parent = false) { 
    162  
    163     if(is_parent) {fnFolderOpen(path); return;} 
    164      
     161function fnDbClick(arrTree, path, is_dir, now_dir, is_parent) { 
     162 
    165163    if(is_dir) { 
    166164        for(cnt = 0; cnt < arrTree.length; cnt++) { 
     
    173171            } 
    174172        } 
     173alert(path); 
    175174        fnFolderOpen(path); 
    176175    } else { 
Note: See TracChangeset for help on using the changeset viewer.