Skip to content

Commit

Permalink
Missing JS on install page
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 7, 2018
1 parent e373048 commit e82a797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/install.php
Expand Up @@ -58,6 +58,7 @@ function header_html($etape) {
echo Html::script("lib/jquery/js/jquery.js");
echo Html::script('lib/jquery/js/jquery-ui-1.10.4.custom.js');
echo Html::script("lib/jqueryplugins/select2/js/select2.js");
echo Html::script("js/common.js");

// CSS
echo Html::css('lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.css');
Expand Down

0 comments on commit e82a797

Please sign in to comment.