Ignore:
Timestamp:
2006/12/01 11:03:02 (18 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r10017 r10018  
    161161function fnDbClick(arrTree, path, is_dir, now_dir, is_parent = false) { 
    162162 
    163     if(is_parent) fnFolderOpen(path); return; 
     163    if(is_parent) {fnFolderOpen(path); return;} 
    164164     
    165165    if(is_dir) { 
Note: See TracChangeset for help on using the changeset viewer.