mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
new design
This commit is contained in:
@@ -93,7 +93,7 @@ define([
|
||||
})
|
||||
.bind('fileuploadadd', function(e, data) {
|
||||
// for drag & drop
|
||||
if (!dirView.$el.is(':visible')) {
|
||||
if (!$('#dir-view').is(':visible')) {
|
||||
return false;
|
||||
}
|
||||
if (dirents.user_perm && dirents.user_perm != 'rw') {
|
||||
|
Reference in New Issue
Block a user