Unverified Commit 951a258a authored by Batyr Nuryyev's avatar Batyr Nuryyev Committed by Steffen van Bergerem
Browse files

no title upon hover on button

closes #7551
parent 3016280e
Loading
Loading
Loading
Loading
+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

+4 −0
Original line number Diff line number Diff line
@@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = {
            alert(errorReason);
          }
        }
      },

      text: {
        fileInputTitle: ""
      }
    });
  }