Skip to content

Commit 54b4e06

Browse files
committed
fix path
1 parent 26cdf64 commit 54b4e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function plugin_init_gantt()
6161
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'lib/libs.js';
6262
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'js/gantt-helper.js';
6363

64-
$PLUGIN_HOOKS[Hooks::ADD_CSS]['gantt'][] = 'public/css/gantt.scss';
64+
$PLUGIN_HOOKS[Hooks::ADD_CSS]['gantt'][] = 'css/gantt.scss';
6565

6666
$PLUGIN_HOOKS[Hooks::REDEFINE_MENUS]['gantt'] = [
6767
'GlpiPlugin\Gantt\ProjectTab',

0 commit comments

Comments
 (0)