mirror of
https://github.com/grocy/grocy.git
synced 2025-10-13 00:54:38 +00:00
Various JS optimizations
This commit is contained in:
@@ -324,7 +324,6 @@ $(document).on("click", ".change-table-columns-visibility-toggle", function()
|
||||
var dataTable = $(dataTableSelector).DataTable();
|
||||
|
||||
dataTable.columns(columnIndex).visible(this.checked);
|
||||
LoadImagesLazy();
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user