From 25a2fd91c45343aa93669d6fd08d6f8e8af0e937 Mon Sep 17 00:00:00 2001 From: llj Date: Tue, 1 Nov 2016 18:01:41 +0800 Subject: [PATCH] [dir view] fix for dirs with more than 100 dirents --- static/scripts/app/views/dir.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scripts/app/views/dir.js b/static/scripts/app/views/dir.js index 2d5f8c9d78..42c7ee772f 100644 --- a/static/scripts/app/views/dir.js +++ b/static/scripts/app/views/dir.js @@ -138,6 +138,7 @@ define([ $("#right-panel").html(this.$el); } this.dir.setPath(category, repo_id, path); + this.dir.dirent_more = false; this.renderDir(); },