1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Remove unused gantt_content class toggle (#43397).

Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@24086 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-10-29 02:36:34 +00:00
parent 3775bb31d6
commit 32dc9ddf78

View File

@ -89,10 +89,6 @@ export default class extends Controller {
this.#drawRelations()
}
const content = document.getElementById("content")
if (content) {
content.classList.add("gantt_content")
}
}
#setupDrawArea() {