mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- Now composer install version >3 of components/jquery
- Added new entry in composer to install the version 2 of jquery - Updated all the paths for jquery2 - Changed name of parameter jquery3 to jquery in FHC-Header - Updated pages that use FHC-Header - Removed components/bootstrap from composer - Added twbs/bootstrap to composer - Updated pages that use bootstrap with the correct path
This commit is contained in:
@@ -25,7 +25,7 @@ if($dr=='')
|
||||
$dr='/';
|
||||
|
||||
//Originaldateien des Herstellers
|
||||
echo '<script src="'.$dr.'vendor/components/jquery/jquery.min.js"></script>';
|
||||
echo '<script src="'.$dr.'vendor/jquery/jqueryV2/jquery-2.2.4.min.js"></script>';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user