WIP on favorites

20_favourites
FGU 2023-02-23 12:12:19 +01:00
parent e5cd68a4ad
commit 66c56ea24d
1 changed files with 1 additions and 1 deletions

View File

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