mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
Update umap/static/umap/js/modules/help.js
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
6aa74060ad
commit
ec5f8d7b3c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export default class Help {
|
||||||
this.map.dialog.open({ content: container, className: 'dark' })
|
this.map.dialog.open({ content: container, className: 'dark' })
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special dynamic case. Do we still think this dialog is usefull ?
|
// Special dynamic case. Do we still think this dialog is useful?
|
||||||
showGetStarted() {
|
showGetStarted() {
|
||||||
const container = DomUtil.add('div')
|
const container = DomUtil.add('div')
|
||||||
DomUtil.createTitle(container, translate('Where do we go from here?'))
|
DomUtil.createTitle(container, translate('Where do we go from here?'))
|
||||||
|
|
Loading…
Reference in a new issue