mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 07:35:13 -04:00
use data-file to retrieve filename
forward port of https://github.com/owncloud/core/pull/5647#discussion-diff-7341163 trust me, I know what I'm doing
This commit is contained in:
parent
ea4dfa7e38
commit
a4be1ebeb8
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ var folderDropOptions={
|
|||
return false;
|
||||
}
|
||||
|
||||
var target = $.trim($(this).find('.nametext').text());
|
||||
var target = $(this).parent('tr').data('file');
|
||||
|
||||
var files = ui.helper.find('tr');
|
||||
$(files).each(function(i,row) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue