Skip to content

Commit

Permalink
Remove prototype.js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Oct 23, 2023
1 parent 6e3d022 commit 9f1dabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
tr.appendChild(td2);
tr.appendChild(td3);
tr.appendChild(td4);
$(demo).appendChild(tr);
demo.appendChild(tr);
});
}
</script>
Expand Down

0 comments on commit 9f1dabb

Please sign in to comment.