Skip to content

Commit

Permalink
Rename 'javascript' folder to 'js'
Browse files Browse the repository at this point in the history
Fixes #20646
  • Loading branch information
Luke authored and vboctor committed Mar 21, 2016
1 parent 0ddc53d commit 15d60d8
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html_api.php
Expand Up @@ -159,7 +159,7 @@ function html_rss_link() {
* @return void
*/
function html_javascript_link( $p_filename ) {
echo "\t", '<script type="text/javascript" src="', helper_mantis_url( 'javascript/' . $p_filename ), '"></script>' . "\n";
echo "\t", '<script type="text/javascript" src="', helper_mantis_url( 'js/' . $p_filename ), '"></script>' . "\n";
}

/**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15d60d8

Please sign in to comment.