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() {