Commit 5933c63a authored by Dennis Schubert's avatar Dennis Schubert
Browse files

Merge pull request #6684 from svbergerem/fix-mobile-js-avatar-upload

Fix uncaught type error for mobile avatar upload
parents 9f6cc7cf 6e895532
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ Contributions are very welcome, the hard work is done!
* Fix timeago tooltips for reshares [#6648](https://github.com/diaspora/diaspora/pull/6648)
* "Getting started" is now turned off after first visit on mobile [#6681](https://github.com/diaspora/diaspora/pull/6681)
* Fixed a 500 when liking on mobile without JS enabled [#6683](https://github.com/diaspora/diaspora/pull/6683)
* Fixed profile image upload in the mobile UI [#6684](https://github.com/diaspora/diaspora/pull/6684)

## Features
* Support color themes [#6033](https://github.com/diaspora/diaspora/pull/6033)
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

          /* flash message prompt */
          var message = Diaspora.I18n.t("photo_uploader.looking_good");
          app.flashMessages.success(message);
          if(app.flashMessages) { app.flashMessages.success(message); }

          var id = responseJSON.data.photo.id;
          var url = responseJSON.data.photo.unprocessed_image.url;