aboutsummaryrefslogtreecommitdiff
path: root/redirector.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2020-02-06 08:51:23 +0000
committerGitHub <noreply@github.com>2020-02-06 08:51:23 +0000
commit3d52584077280d9d0e2bcee6b1adf9ff2f9bd4d3 (patch)
treee51f59174a1a6381bdfb28f09c9744a74d788495 /redirector.html
parent6a12784be0ac4759e92580c01ac8bfd7f91c4f1f (diff)
parent226071781cb4bc63f4587cf2df5b3c95b5fd0ccd (diff)
Merge pull request #185 from ncolletti/nav-btns
grouping works on enable toggle. code clean up.
Diffstat (limited to 'redirector.html')
-rw-r--r--redirector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html
index d2fbf9c..2d8bcd3 100644
--- a/redirector.html
+++ b/redirector.html
@@ -190,7 +190,7 @@
<button class="btn medium grey" data-action="duplicateRedirect">Duplicate</button>
</div>
<label class="toggle-container">
- <input type="checkbox">
+ <input class="checkbox" type="checkbox">
<span class="checkmark groupings hidden" data-action="toggleGrouping"></span>
</label>
</div>