Skip to content
Snippets Groups Projects
Commit b6ad4167 authored by Robin Appelman's avatar Robin Appelman
Browse files

you can now move files to the root folder by draging them to the Files entry...

you can now move files to the root folder by draging them to the Files entry in the navigation panel
parent 98e78c05
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment