Changeset 9949


Ignore:
Timestamp:
2006/11/30 19:25:01 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r9948 r9949  
    155155// ¥Õ¥¡¥¤¥ë¥ê¥¹¥È¥À¥Ö¥ë¥¯¥ê¥Ã¥¯½èÍý 
    156156function fnDbClick(arrTree, path, is_dir) { 
    157     if(is_dir) { 
     157    if(is_dir == 1) { 
    158158        for(cnt = 0; cnt < arrTree.length; cnt++) { 
    159159            if(path == arrTree[cnt][2]) fnTreeMenu('tree'+cnt, 'rank_img'+cnt ,path); 
Note: See TracChangeset for help on using the changeset viewer.