소스 검색

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…
취소
저장