Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 7, 2024
1 parent 878c4e7 commit c97503a
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 @@ -924,7 +924,7 @@ function getFormValues() {
phone: addPhone.value,
date: addDate.value,
time: addTime.value,
room: addRoom.value,
room: addRoom.value.trim().replace(/\s+/g, '-'),
};
}

Expand Down

0 comments on commit c97503a

Please sign in to comment.