Skip to content

Commit

Permalink
Setup UI - Restore icons
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Sep 4, 2024
1 parent f54a344 commit 61a7855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civicrm.setup.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function civicrm_setup_page() {
'ctrl' => url('civicrm'),
'res' => $coreUrl . '/setup/res/',
'jquery.js' => $coreUrl . '/bower_components/jquery/dist/jquery.min.js',
'font-awesome.css' => $coreUrl . '/bower_components/font-awesome/css/font-awesome.min.css',
'font-awesome.css' => $coreUrl . '/bower_components/font-awesome/css/all.css',
// Not used? 'finished' => url('civicrm/dashboard', ['query' => ['reset' => 1],]),
));
// return _civicrm_setup_runCtrl($ctrl);
Expand Down

0 comments on commit 61a7855

Please sign in to comment.