mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-05 11:17:36 +00:00
[dir view] fix for dirs with more than 100 dirents
This commit is contained in:
parent
2f5e58a4ac
commit
25a2fd91c4
@ -138,6 +138,7 @@ define([
|
|||||||
$("#right-panel").html(this.$el);
|
$("#right-panel").html(this.$el);
|
||||||
}
|
}
|
||||||
this.dir.setPath(category, repo_id, path);
|
this.dir.setPath(category, repo_id, path);
|
||||||
|
this.dir.dirent_more = false;
|
||||||
this.renderDir();
|
this.renderDir();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user