Cleanup. Bump css version

This commit is contained in:
Jake
2023-01-23 16:39:51 -07:00
parent 86cb494ce5
commit 776ee67649
8 changed files with 169 additions and 250 deletions

View File

@@ -47,7 +47,6 @@ $(document).ready(() => {
$(".cat_checkbox input").change((event) => {
// const lang = $(event.target).val().toLowerCase().split(' ').join('_')
const lang = $(event.target).val()
const lang_checked = $(event.target).prop("checked")