summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-08 10:35:48 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-08 10:36:39 +0100
commit6c323496ab02f7ac71bc46bcf1272408f4b8c739 (patch)
treed5fb97f534ab4a1cf7b01230e356ae0c06bc1d19 /apps
parent0c1fd16d54b47bd0333c435a31becf30347b516f (diff)
downloadnextcloud-server-6c323496ab02f7ac71bc46bcf1272408f4b8c739.tar.gz
nextcloud-server-6c323496ab02f7ac71bc46bcf1272408f4b8c739.zip
fix share icon position and remove debug log
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharebreadcrumb.css1
-rw-r--r--apps/files_sharing/js/sharebreadcrumbview.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharebreadcrumb.css b/apps/files_sharing/css/sharebreadcrumb.css
index b31b01540cd..2339fc8ffc3 100644
--- a/apps/files_sharing/css/sharebreadcrumb.css
+++ b/apps/files_sharing/css/sharebreadcrumb.css
@@ -22,7 +22,6 @@
div.crumb span.icon-share {
display: inline-block;
- vertical-align: sub;
cursor: pointer;
opacity: 0.2;
}
diff --git a/apps/files_sharing/js/sharebreadcrumbview.js b/apps/files_sharing/js/sharebreadcrumbview.js
index 3492259c0c8..36bbddfaec4 100644
--- a/apps/files_sharing/js/sharebreadcrumbview.js
+++ b/apps/files_sharing/js/sharebreadcrumbview.js
@@ -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
});