- Timestamp:
- 2006/12/01 11:03:02 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/file_manager.tpl (modified) (previous)
-
html/js/file_manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/file_manager.js
r10017 r10018 161 161 function fnDbClick(arrTree, path, is_dir, now_dir, is_parent = false) { 162 162 163 if(is_parent) fnFolderOpen(path); return;163 if(is_parent) {fnFolderOpen(path); return;} 164 164 165 165 if(is_dir) {
Note: See TracChangeset
for help on using the changeset viewer.
