]> source.dussan.org Git - nextcloud-server.git/commit
Fixed drag and drop into folder and onto breadcrumb
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Apr 2014 10:46:12 +0000 (12:46 +0200)
committerVincent Petry <pvince81@owncloud.com>
Mon, 28 Apr 2014 12:55:01 +0000 (14:55 +0200)
commitf99f451026ea289b6693e965ea8a3e15e6fe457a
tree27d145ffc50c58ba5127c9a9899a85d71659322a
parenta15b68c10fa7401dc4b30a173c80084bf114dde9
Fixed drag and drop into folder and onto breadcrumb

Fixed drag and drop code to use FileList.getSelectedFiles() instead of
the visible DOM elements.
apps/files/js/filelist.js
apps/files/js/files.js
apps/files/tests/js/filelistSpec.js