fix share icon position and remove debug log

This commit is contained in:
Christoph Wurst 2016-11-08 10:35:48 +01:00
parent 0c1fd16d54
commit 6c323496ab
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
div.crumb span.icon-share {
display: inline-block;
vertical-align: sub;
cursor: pointer;
opacity: 0.2;
}

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
});