Skip to content

Commit

Permalink
Merge branch 'master-2.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Apr 30, 2023
2 parents 4cdf5c7 + c9bb34d commit 8973af2
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 8973af2

Please sign in to comment.