1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-04 10:46:58 +00:00

[dir view] fix for dirs with more than 100 dirents

This commit is contained in:
llj 2016-11-01 18:01:41 +08:00
parent 2f5e58a4ac
commit 25a2fd91c4

View File

@ -138,6 +138,7 @@ define([
$("#right-panel").html(this.$el);
}
this.dir.setPath(category, repo_id, path);
this.dir.dirent_more = false;
this.renderDir();
},