diff --git a/public/js/grocy.js b/public/js/grocy.js index c83134ed..2be5b6e5 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -762,7 +762,7 @@ $(window).on("message", function(e) } }); -$("#change-table-columns-visibility").on("click", function(e) +$(".change-table-columns-visibility-button").on("click", function(e) { var dataTableSelector = $(e.currentTarget).attr("data-table-selector"); var dataTable = $(dataTableSelector).DataTable(); diff --git a/views/batteries.blade.php b/views/batteries.blade.php index a7222692..9d4e72a2 100644 --- a/views/batteries.blade.php +++ b/views/batteries.blade.php @@ -70,8 +70,7 @@ class="table table-sm table-striped nowrap w-100"> - - - - - - - - - - - {{ $__t('Quantity unit from') }} diff --git a/views/productgroups.blade.php b/views/productgroups.blade.php index 4949fe6a..179255fe 100644 --- a/views/productgroups.blade.php +++ b/views/productgroups.blade.php @@ -70,8 +70,8 @@ class="table table-sm table-striped nowrap w-100"> - - - - - - - - - - - - - - - - -