you can now move files to the root folder by draging them to the Files entry in the navigation panel
This commit is contained in:
parent
98e78c0599
commit
b6ad416757
|
@ -5,6 +5,7 @@ $(document).ready(function() {
|
|||
$('#fileList tr td.filename').draggable(dragOptions);
|
||||
$('#fileList tr[data-type="dir"] td.filename').droppable(folderDropOptions);
|
||||
$('div.crumb').droppable(crumbDropOptions);
|
||||
$('#plugins>ul>li:first-child').data('dir','');
|
||||
$('#plugins>ul>li:first-child').droppable(crumbDropOptions);
|
||||
|
||||
// Sets the file-action buttons behaviour :
|
||||
|
|
Loading…
Reference in New Issue