Skip to content

Commit

Permalink
🐛 Fix compatibility with some FA v4.x icons, workaround no longer nec…
Browse files Browse the repository at this point in the history
…essary
  • Loading branch information
Molkobain committed Jan 2, 2020
1 parent efbea30 commit c5fd0c3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function GetNorthPaneHtml(iTopWebPage $oPage)
{
$sModuleVersion = utils::GetCompiledModuleVersion('molkobain-fontawesome5-pack');
$oPage->add_linked_stylesheet(utils::GetAbsoluteUrlModulesRoot() . 'molkobain-fontawesome5-pack/fontawesome-free-5.12.0-web/css/all.min.css?v=' . $sModuleVersion);
$oPage->add_saas('env-'.utils::GetCurrentEnvironment().'/molkobain-fontawesome5-pack/common/css/fontawesome5-pack.scss');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function GetCSSFiles(Container $oContainer)
$aReturn = array();

$aReturn[] = utils::GetAbsoluteUrlModulesRoot() . 'molkobain-fontawesome5-pack/fontawesome-free-5.12.0-web/css/all.min.css?v=' . utils::GetCompiledModuleVersion('molkobain-fontawesome5-pack');
$aReturn[] = utils::GetAbsoluteUrlModulesRoot() . 'molkobain-fontawesome5-pack/common/css/fontawesome5-pack.css?v=' . utils::GetCompiledModuleVersion('molkobain-fontawesome5-pack');

return $aReturn;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function GetCSSFiles(Application $oApp)
$aReturn = array();

$aReturn[] = utils::GetAbsoluteUrlModulesRoot() . 'molkobain-fontawesome5-pack/fontawesome-free-5.12.0-web/css/all.min.css?v=' . utils::GetCompiledModuleVersion('molkobain-fontawesome5-pack');
$aReturn[] = utils::GetAbsoluteUrlModulesRoot() . 'molkobain-fontawesome5-pack/common/css/fontawesome5-pack.css?v=' . utils::GetCompiledModuleVersion('molkobain-fontawesome5-pack');

return $aReturn;
}
Expand Down

0 comments on commit c5fd0c3

Please sign in to comment.