We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cdf64 commit 54b4e06Copy full SHA for 54b4e06
setup.php
@@ -61,7 +61,7 @@ function plugin_init_gantt()
61
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'lib/libs.js';
62
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'js/gantt-helper.js';
63
64
- $PLUGIN_HOOKS[Hooks::ADD_CSS]['gantt'][] = 'public/css/gantt.scss';
+ $PLUGIN_HOOKS[Hooks::ADD_CSS]['gantt'][] = 'css/gantt.scss';
65
66
$PLUGIN_HOOKS[Hooks::REDEFINE_MENUS]['gantt'] = [
67
'GlpiPlugin\Gantt\ProjectTab',
0 commit comments