Merge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_js

remove obsolete code
This commit is contained in:
Vincent Petry 2014-04-09 14:50:15 +02:00
commit b19671d204
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@ $(document).ready(function() {
});
FileActions.register('all', 'Share', OC.PERMISSION_READ, OC.imagePath('core', 'actions/share'), function(filename) {
var dir = $('#dir').val();
var item = dir + '/' + filename;
if (dir == '/') {
item = dir + filename;
}
var tr = FileList.findFileEl(filename);
var itemType = 'file';
if ($(tr).data('type') == 'dir') {