Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 14, 2024
1 parent 3158f72 commit 49c20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const dataTable = $('#myTable').DataTable({
responsive: true,
scrollX: true,
columnDefs: [
{ width: '5%', targets: 0 },
{ width: '10%', targets: 0 },
{ width: '10%', targets: 1 },
{ width: '20%', targets: 2 },
{ width: '10%', targets: 3 },
Expand Down

0 comments on commit 49c20cb

Please sign in to comment.