Fix custom popup html documentation for v0.8

Ref: #393
This commit is contained in:
Geremia Taglialatela 2024-09-22 19:59:24 +02:00
parent 5bead3a4ff
commit dfe4907b3e
No known key found for this signature in database
GPG Key ID: 4A6344430AD4E29F

View File

@ -68,7 +68,7 @@ var gantt = new Gantt('#gantt', tasks, {
view_mode: 'Day',
date_format: 'YYYY-MM-DD',
language: 'en', // or 'es', 'it', 'ru', 'ptBr', 'fr', 'tr', 'zh', 'de', 'hu'
custom_popup_html: null,
popup: null,
});
```