mirror of
https://gitlab.aachen.ccc.de/inventory/in.git
synced 2024-11-25 16:53:59 +01:00
fix showhidden label reference
This commit is contained in:
parent
daf41ab17e
commit
bde640c6e3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>in?</h1>
|
<h1>in?</h1>
|
||||||
<input type="text" id="search" value="" autocomplete="off" placeholder="RegEx search" tabindex="1" autofocus>
|
<input type="text" id="search" value="" autocomplete="off" placeholder="RegEx search" tabindex="1" autofocus>
|
||||||
<label>Show hidden items</label> <input type="checkbox" id="showhidden">
|
<label for="showhidden">Show hidden items</label> <input type="checkbox" id="showhidden">
|
||||||
<div id="results">
|
<div id="results">
|
||||||
<span id="loading">loading…</span>
|
<span id="loading">loading…</span>
|
||||||
<template id="item">
|
<template id="item">
|
||||||
|
|
Loading…
Reference in a new issue