Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
tlallement committed Oct 24, 2023
1 parent 702e806 commit b72d09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/public/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ app.controller('TranslationController', [
column.visible = $scope.areAllColumnsSelected;
});
};
}]);
}]);

/**
* Translations source controller.
Expand Down Expand Up @@ -288,7 +288,7 @@ app.controller('DataSourceController', [
$scope.selectedToken = '';
}
};
}]);
}]);

/**
* Directive to switch table row in edit mode.
Expand Down Expand Up @@ -362,4 +362,4 @@ app.directive('editableRow', [
};
}
};
}]);
}]);

0 comments on commit b72d09f

Please sign in to comment.