1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

[fileupload] improvement: always full show the popup when upload files; close the popup when navigate away from a 'dir view' page

This commit is contained in:
llj
2017-12-14 17:23:01 +08:00
parent 0ef2a4def0
commit a3600ff488
3 changed files with 8 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ define([
hide: function() {
this.$el.detach();
this.attached = false;
this.fileUploadView.closePopup();
},
show: function(repo_id, path) {