Skip to content

Commit

Permalink
Revert unrelated changes to prevent a regression
Browse files Browse the repository at this point in the history
Changes for issue #33521 introduce a regression.
Without undoing, we will get again issue #32459.
  • Loading branch information
atrol committed Feb 20, 2024
1 parent a16fa86 commit a254b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/MantisGraph/MantisGraph.php
Expand Up @@ -185,7 +185,7 @@ function include_chartjs() {
'chartjs-plugin-colorschemes-' . self::CHARTJS_COLORSCHEMES_VERSION . '.min.js',
);
foreach( $t_scripts as $t_script ) {
printf( "\t<script src=\"%s\"></script>\n",
printf( "\t<script type=\"text/javascript\" src=\"%s\"></script>\n",
plugin_file( $t_script, false, $this->basename )
);
}
Expand Down

0 comments on commit a254b24

Please sign in to comment.