diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-29 12:26:30 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-29 12:26:30 -0400 |
commit | 997e1f974389f557fc12a33e9e0c641bf71c40c1 (patch) | |
tree | 5a57c3498023d6892ff7cb336624cab609a6fe62 /files/js/files.js | |
parent | 9f867abe75d6e8bfc6b30a8ddbf5ca2644598601 (diff) | |
parent | b6ad416757a78f404d757551ffa1697988bbf5b4 (diff) | |
download | nextcloud-server-997e1f974389f557fc12a33e9e0c641bf71c40c1.tar.gz nextcloud-server-997e1f974389f557fc12a33e9e0c641bf71c40c1.zip |
Merge branch 'master' of git://anongit.kde.org/owncloud
Diffstat (limited to 'files/js/files.js')
-rw-r--r-- | files/js/files.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/js/files.js b/files/js/files.js index 4e1de1b04a4..be7e48aeeeb 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -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 : |