Compare commits
No commits in common. "3be9e79615ceffbe308fc82b7342634a865f00fe" and "86f05803c7bbe67a6b8d1c8ee91ef865f37e73a0" have entirely different histories.
3be9e79615
...
86f05803c7
2 changed files with 2 additions and 3 deletions
|
@ -251,8 +251,7 @@ checkKeys mapping wanted = do
|
||||||
keys <- getKeys mapping
|
keys <- getKeys mapping
|
||||||
let unused = Set.toList $ keys \\ wanted
|
let unused = Set.toList $ keys \\ wanted
|
||||||
unless (null unused) do
|
unless (null unused) do
|
||||||
fail $ "unused keys: " <> show unused <> "\n" <>
|
fail $ "unused keys: " <> show unused
|
||||||
"expected: " <> show wanted
|
|
||||||
|
|
||||||
|
|
||||||
instance FromYAML Info where
|
instance FromYAML Info where
|
||||||
|
|
|
@ -59,7 +59,7 @@ function toggle(checkbox) {
|
||||||
|
|
||||||
|
|
||||||
function clearForm() {
|
function clearForm() {
|
||||||
allBoxes.forEach(b => b.checked = b.defaultChecked);
|
allBoxes.forEach(b => b.checked = false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function clear(e) {
|
function clear(e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue