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>
|
||||
<h1>in?</h1>
|
||||
<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">
|
||||
<span id="loading">loading…</span>
|
||||
<template id="item">
|
||||
|
|
Loading…
Reference in a new issue