浏览代码

fix share icon position and remove debug log

tags/v11.0RC2
Christoph Wurst 7 年前
父节点
当前提交
6c323496ab
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0
    1
      apps/files_sharing/css/sharebreadcrumb.css
  2. 0
    1
      apps/files_sharing/js/sharebreadcrumbview.js

+ 0
- 1
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;
}

+ 0
- 1
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
});

正在加载...
取消
保存