Skip to content

Commit

Permalink
Merge pull request #440 from tagliala/chore/fix-docs
Browse files Browse the repository at this point in the history
Fix custom popup html documentation for v0.8
  • Loading branch information
safwansamsudeen authored Oct 15, 2024
2 parents 5bead3a + dfe4907 commit 026bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
```

Expand Down

0 comments on commit 026bc31

Please sign in to comment.