chatgpt added offline items update

This commit is contained in:
2026-05-14 21:31:33 +02:00
parent 7e64c5b4cf
commit a739218fb0
5 changed files with 182 additions and 5 deletions
+3 -1
View File
@@ -35,7 +35,9 @@
// handle Checboc clicks
function handleCBClick(cb) {
const response = fetch('/item_update/'+cb.name+'/'+cb.checked);
lappQueueItemRequest('/item_update/'+cb.name+'/'+cb.checked, {
coalesceKey: 'checked:' + cb.name
});
}
</script>