diff --git a/src/mibew/libs/classes/Mibew/Asset/AssetManager.php b/src/mibew/libs/classes/Mibew/Asset/AssetManager.php index 5b7144c4..38b29b09 100644 --- a/src/mibew/libs/classes/Mibew/Asset/AssetManager.php +++ b/src/mibew/libs/classes/Mibew/Asset/AssetManager.php @@ -266,11 +266,11 @@ class AssetManager implements AssetManagerInterface $normalized_assets->addAsset( $asset, AssetManagerInterface::RELATIVE_URL, - 0 + 500 ); } elseif (is_array($asset) && !empty($asset['type']) && !empty($asset['content'])) { // Weight is optional so we have to make sure it is in place. - $asset += array('weight' => 0); + $asset += array('weight' => 500); $normalized_assets->addAsset( $asset['content'], $asset['type'],