Patch #43397 » 0003-Remove-unused-gantt_content-class-toggle.patch
| app/javascript/controllers/gantt/chart_controller.js | ||
|---|---|---|
| 89 | 89 |
this.#drawRelations() |
| 90 | 90 |
} |
| 91 | 91 | |
| 92 |
const content = document.getElementById("content")
|
|
| 93 |
if (content) {
|
|
| 94 |
content.classList.add("gantt_content")
|
|
| 95 |
} |
|
| 96 | 92 |
} |
| 97 | 93 | |
| 98 | 94 |
#setupDrawArea() {
|