Update edit header when map has been saved
We need to update the share status display at first save
This commit is contained in:
parent
26b3b4b5c7
commit
99c0271285
1 changed files with 1 additions and 0 deletions
|
@ -991,6 +991,7 @@ L.U.Map.include({
|
|||
})
|
||||
}
|
||||
update()
|
||||
this.once('saved', L.bind(update, this))
|
||||
name.href = '#'
|
||||
share_status.href = '#'
|
||||
logo.href = '/'
|
||||
|
|
Loading…
Reference in a new issue