From 66c56ea24df151b0f2c74fa479e48f6418709cd4 Mon Sep 17 00:00:00 2001 From: FGU Date: Thu, 23 Feb 2023 12:12:19 +0100 Subject: [PATCH] WIP on favorites --- app/assets/javascripts/ordering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/ordering.js b/app/assets/javascripts/ordering.js index 3d4027fe..da966103 100644 --- a/app/assets/javascripts/ordering.js +++ b/app/assets/javascripts/ordering.js @@ -228,7 +228,7 @@ $(function() { }); $('a[data-reorder_previous]').on('touchclick', function() { console.log('reorder_previous'); - update($(this).data('reorder_previous'), $(this).data('quantity'), $(this).data('tolerance')); + // update($(this).data('reorder_previous'), $(this).data('quantity'), $(this).data('tolerance')); }); $('a[data-confirm_switch_order]').on('touchclick', function() {