chatgpt added offline items update
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user