mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
simplify
This commit is contained in:
parent
a3d64dbd9c
commit
1e08914f8d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue