Skip to content

Commit

Permalink
FIX lexik#414 toggle all columns checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
multifinger committed Jun 17, 2022
1 parent 3042cdf commit de35154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/public/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ app.controller('TranslationController', [

// toggle all columns
$scope.toggleAllColumns = function () {
$scope.areAllColumnsSelected = !$scope.areAllColumnsSelected;
angular.forEach($scope.columns, function(column) {
column.visible = $scope.areAllColumnsSelected;
});
Expand Down

0 comments on commit de35154

Please sign in to comment.