1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

Use breadcrumb, update path-bar style and fix close button in popover

This commit is contained in:
Daniel Pan
2016-05-02 11:31:01 +08:00
parent 55da80b237
commit 374edec89b
8 changed files with 52 additions and 50 deletions

View File

@@ -104,7 +104,7 @@ define([
this.$dirent_grid = this.$('.grid-view');
this.$dirent_list_body = this.$('.repo-file-list tbody');
this.$path_bar = this.$('.path');
this.$path_bar = this.$('.path-bar');
// For compatible with css, we use .repo-op instead of .dir-op
this.$dir_op_bar = this.$('.repo-op');