This commit is contained in:
howard-stearns 2016-08-19 14:32:15 -07:00
parent a3d64dbd9c
commit 1e08914f8d

View file

@ -137,7 +137,7 @@ function resetButtons(path, notify) {
confirmShare([
{ localPath: path },
{
canShare: Boolean(Window.location.placename),
canShare: Boolean(location.placename),
isLoggedIn: true, // Just have the dialog act as though we are. To be removed at both ends later.
openFeedAfterShare: shouldOpenFeedAfterShare()
}