fix showhidden label reference

This commit is contained in:
jomo 2022-08-05 02:09:50 +02:00
parent daf41ab17e
commit bde640c6e3

View file

@ -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">