parent
3016280ef1
commit
951a258a3d
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# 0.7.1.0
|
||||
|
||||
## Refactor
|
||||
* Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551)
|
||||
|
||||
## Bug fixes
|
||||
|
||||
|
|
|
|||
|
|
@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = {
|
|||
alert(errorReason);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
text: {
|
||||
fileInputTitle: ""
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue