feat: Unify format for IDs
This commit is contained in:
parent
759283fd9f
commit
b1c7f4100e
4 changed files with 13 additions and 13 deletions
|
|
@ -12,9 +12,9 @@ tags:
|
|||
<section>
|
||||
<header class="io">
|
||||
<nav>
|
||||
<div class="group">
|
||||
<input id="slider-size" value="5" min="1" max="10" step="1" type="range"/>
|
||||
<label class="right" for="slider-size">Größe</label>
|
||||
<div class="group-input">
|
||||
<input id="setSize" value="5" min="1" max="10" step="1" type="range"/>
|
||||
<label class="right" for="setSize">Größe</label>
|
||||
</div>
|
||||
<button title="details">
|
||||
<i class="bi bi-layout-sidebar-reverse"></i> Details
|
||||
|
|
@ -36,7 +36,7 @@ tags:
|
|||
{%- block script %}
|
||||
{{ block.super -}}
|
||||
<script>
|
||||
const sizeSlider = document.getElementById('slider-size');
|
||||
const sizeSlider = document.getElementById('setSize');
|
||||
const galleryItems = document.querySelectorAll('.gallery > div');
|
||||
|
||||
// Set the default size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue