Merge pull request #4147 from svbergerem/post-preview-locator

Fix preview with locator feature
This commit is contained in:
Jonne Haß 2013-05-08 05:14:30 -07:00
commit 67d7f02faa
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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}
}