Browse Source

fix share icon position and remove debug log

tags/v11.0RC2
Christoph Wurst 7 years ago
parent
commit
6c323496ab
No account linked to committer's email address

+ 0
- 1
apps/files_sharing/css/sharebreadcrumb.css View File

@@ -22,7 +22,6 @@

div.crumb span.icon-share {
display: inline-block;
vertical-align: sub;
cursor: pointer;
opacity: 0.2;
}

+ 0
- 1
apps/files_sharing/js/sharebreadcrumbview.js View File

@@ -70,7 +70,6 @@
var fileInfoModel = new OCA.Files.FileInfoModel(this._dirInfo);
var self = this;
fileInfoModel.on('change', function() {
console.log('CHANGE');
self.render({
dirInfo: self._dirInfo
});

Loading…
Cancel
Save