Fix preview with locator feature
This commit is contained in:
parent
775b560a94
commit
da532e18bd
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue