mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
modified lib op icons & dir op bar
This commit is contained in:
@@ -458,7 +458,7 @@ define([
|
||||
'repo_id': dir.repo_id,
|
||||
'is_dir': true,
|
||||
'dirent_path': path,
|
||||
'obj_name': path.substr(path.lastIndexOf('/') + 1)
|
||||
'obj_name': path == '/' ? dir.repo_name : path.substr(path.lastIndexOf('/') + 1)
|
||||
};
|
||||
new ShareView(options);
|
||||
},
|
||||
|
Reference in New Issue
Block a user