no title upon hover on button

closes #7551
This commit is contained in:
Batyr Nuryyev 2017-08-18 16:43:37 +03:00 committed by Steffen van Bergerem
parent 3016280ef1
commit 951a258a3d
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# 0.7.1.0 # 0.7.1.0
## Refactor ## Refactor
* Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551)
## Bug fixes ## Bug fixes

View file

@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = {
alert(errorReason); alert(errorReason);
} }
} }
},
text: {
fileInputTitle: ""
} }
}); });
} }