Parcourir la source

fix share icon position and remove debug log

tags/v11.0RC2
Christoph Wurst il y a 7 ans
Parent
révision
6c323496ab
Aucun compte lié à l'adresse e-mail de l'auteur

+ 0
- 1
apps/files_sharing/css/sharebreadcrumb.css Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer