mirror of
https://github.com/grocy/grocy.git
synced 2025-10-13 00:54:38 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -51,7 +51,7 @@ $(document).on('click', '.undo-stock-booking-button', function(e)
|
||||
correspondingBookingsRoot = $(".stock-booking-correlation-" + correlationId);
|
||||
}
|
||||
|
||||
Grocy.Api.Post('stock/bookings/' + bookingId.toString() + '/undo', { },
|
||||
Grocy.Api.Post('stock/bookings/' + bookingId.toString() + '/undo', {},
|
||||
function(result)
|
||||
{
|
||||
correspondingBookingsRoot.addClass("text-muted");
|
||||
|
Reference in New Issue
Block a user