Skip to content

Commit

Permalink
Merge pull request Cacti#26 from micke2k/features/fix_addparser
Browse files Browse the repository at this point in the history
looks good.
  • Loading branch information
cigamit committed Mar 23, 2016
2 parents d0343f6 + 9cf968a commit e776f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_changepassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery-ui.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.cookie.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.tablesorter.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.hotkeys.js'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/layout.js'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/themes/" . get_selected_theme() . "/main.js'></script>\n";
Expand Down

0 comments on commit e776f1c

Please sign in to comment.