From da532e18bd139a7837993ce4e9792cca3752616a Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Wed, 8 May 2013 12:48:45 +0200 Subject: [PATCH] Fix preview with locator feature --- Changelog.md | 1 + app/assets/javascripts/app/views/publisher_view.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 213f674ae..4d006575f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -137,6 +137,7 @@ everything is set up. * Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085) * Fix broken reactions link on mobile page [#4125](https://github.com/diaspora/diaspora/pull/4125) * Missing translation "Back to top". [#4138](https://github.com/diaspora/diaspora/pull/4138) +* Fix preview with locator feature. [#4147](https://github.com/diaspora/diaspora/pull/4147) ## Features diff --git a/app/assets/javascripts/app/views/publisher_view.js b/app/assets/javascripts/app/views/publisher_view.js index 137bbe381..28df68dbd 100644 --- a/app/assets/javascripts/app/views/publisher_view.js +++ b/app/assets/javascripts/app/views/publisher_view.js @@ -173,6 +173,7 @@ app.views.Publisher = Backbone.View.extend(_.extend( "photos" : photos, "frame_name" : "status", "title" : serializedForm["status_message[text]"], + "address" : $("#location_address").val(), "interactions" : {"likes":[],"reshares":[],"comments_count":0,"likes_count":0,"reshares_count":0} }