We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb1635 + d9927db commit d70d6b0Copy full SHA for d70d6b0
1 file changed
src/SurveyAnswer.php
@@ -81,7 +81,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
81
82
// can exists for template
83
if ($item->getType() == Survey::class) {
84
- echo Html::css('public/lib/jquery.rateit.css');
+ echo Html::css('/lib/jquery.rateit.css');
85
Html::requireJs('rateit');
86
return self::createTabEntry(__('Preview', 'satisfaction'));
87
}
0 commit comments