Loading Changelog.md +1 −0 Original line number Diff line number Diff line # 0.7.1.0 ## Refactor * Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551) ## Bug fixes Loading app/assets/javascripts/helpers/profile_photo_uploader.js +4 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = { alert(errorReason); } } }, text: { fileInputTitle: "" } }); } Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line # 0.7.1.0 ## Refactor * Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551) ## Bug fixes Loading
app/assets/javascripts/helpers/profile_photo_uploader.js +4 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = { alert(errorReason); } } }, text: { fileInputTitle: "" } }); } Loading