mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -19,7 +19,7 @@ $("#search").on("keyup", Delay(function()
|
||||
locationsTable.search(value).draw();
|
||||
}, 200));
|
||||
|
||||
$(document).on('click', '.location-delete-button', function (e)
|
||||
$(document).on('click', '.location-delete-button', function(e)
|
||||
{
|
||||
var objectName = $(e.currentTarget).attr('data-location-name');
|
||||
var objectId = $(e.currentTarget).attr('data-location-id');
|
||||
|
Reference in New Issue
Block a user