- 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:
Paolo
2018-01-24 17:10:08 +01:00
parent 1ad45e4802
commit 6456ad7b06
7 changed files with 180 additions and 515 deletions
+1 -1
View File
@@ -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>';
?>