mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
[repo] fixed a bug for 'list_dir_more'
This commit is contained in:
@@ -277,6 +277,7 @@ function reqDirData(url, func) {
|
||||
}
|
||||
|
||||
cur_path = data['path']; // update cur_path
|
||||
last_start = 0; // for current dir's 'list_dir_more'
|
||||
if (func) {
|
||||
func(data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user