Merge branch 'master' of code.areya.de:Areya/areya-energy

master
Benjamin Völkl 2022-09-05 16:40:24 +02:00
commit 52e9038a51
3 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ function createProductElement(objProduct){
let elementProduct = `
<tr>
<td class="text-start">
<img class="rounded img-fluid" src="https://picsum.photos/120/120">
<img class="rounded img-fluid" style="height: 100px;" src="${objProduct.image}">
</td>
<td class="text-start">
<span class="fs-5">${objProduct.title}</span>

2
assets/libs/jquery-3.6.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="{{storage('assets/libs/jquery-3.6.1.min.js')}}"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js" integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js" integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK" crossorigin="anonymous"></script>