mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -764,6 +764,8 @@ $(window).on("message", function(e)
|
||||
|
||||
$(".change-table-columns-visibility-button").on("click", function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
var dataTableSelector = $(e.currentTarget).attr("data-table-selector");
|
||||
var dataTable = $(dataTableSelector).DataTable();
|
||||
|
||||
|
Reference in New Issue
Block a user