1
0
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:
llj
2014-10-23 11:06:59 +08:00
parent a82f764015
commit cee64b4d13

View File

@@ -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);
}