Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 18, 2024
1 parent a9f97ac commit 65da354
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/universities/main.cr
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ then set (next <input/>).value to my.value2
name: "university:is_marked_2023",
value: "true",
id: "marked_2023",
"hx-put": "data_marked_2023_url",
"hx-put": "",
"hx-target": "",
"hx-swap": "outerHTML",
"hx-indicator": "#spinner",
Expand All @@ -481,7 +481,7 @@ then set (next <input/>).value to my.value2
input(type: "hidden", name: "university:is_marked_2022", value: "false", id: "marked_2022_unmark")
input(
type: "checkbox",
name: "university:is_marked_2022",
name: "",
value: "true",
id: "marked_2022",
"hx-put": "data_marked_2022_url",
Expand All @@ -502,7 +502,7 @@ then set (next <input/>).value to my.value2
name: "university:is_marked_2021",
value: "true",
id: "marked_2021",
"hx-put": "data_marked_2021_url",
"hx-put": "",
"hx-target": "",
"hx-swap": "outerHTML",
"hx-indicator": "#spinner",
Expand All @@ -520,7 +520,7 @@ then set (next <input/>).value to my.value2
name: "university:is_marked_2020",
value: "true",
id: "marked_2020",
"hx-put": "data_marked_2020_url",
"hx-put": "",
"hx-target": "",
"hx-swap": "outerHTML",
"hx-indicator": "#spinner",
Expand All @@ -538,7 +538,7 @@ then set (next <input/>).value to my.value2
name: "university:is_marked",
value: "true",
id: "marked",
"hx-put": "data_marked_url",
"hx-put": "",
"hx-target": "",
"hx-swap": "outerHTML",
"hx-indicator": "#spinner",
Expand All @@ -555,7 +555,7 @@ then set (next <input/>).value to my.value2
name: "chong_wen_bao:is_excluded",
value: "true",
id: "excluded",
"hx-put": "data_excluded_url",
"hx-put": "",
"hx-target": "",
"hx-swap": "outerHTML",
"hx-indicator": "#spinner",
Expand Down

0 comments on commit 65da354

Please sign in to comment.