瀏覽代碼

fix share icon position and remove debug log

tags/v11.0RC2
Christoph Wurst 7 年之前
父節點
當前提交
6c323496ab
No account linked to committer's email address
共有 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
});

Loading…
取消
儲存