mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-05 01:12:37 +01:00
Fix dish form and add kitchen view
This commit is contained in:
@@ -21,7 +21,6 @@ function delete_button (button_id, table_id) {
|
||||
* @param table_id: Id of the table to reload
|
||||
*/
|
||||
function serve_button(button_id, table_id, current_state) {
|
||||
console.log("update")
|
||||
const new_state = !current_state;
|
||||
$.ajax({
|
||||
url: '/api/food/order/' + button_id + '/',
|
||||
|
||||
Reference in New Issue
Block a user