Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden-Jacobs committed Jun 11, 2024
1 parent c5c25f4 commit 1dde28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/femr/ui/views/medical/edit.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@

function updateTextContentInLineVar(elementId, value) {
const element = document.getElementById(elementId);
console.log(elementId);
console.log(element);
console.log(element.textContent.split("-"))
// console.log(elementId);
// console.log(element);
// console.log(element.textContent.split("-"))
tmp = element.textContent.split("-");
if (element) {
element.textContent = value ;
Expand Down

0 comments on commit 1dde28d

Please sign in to comment.