Skip to content

Commit

Permalink
fix index.html: response undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Feb 19, 2024
1 parent d00b268 commit 68fc5ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/policies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
</style>
<script>
async function render() {
document.querySelector('.markdown-container').innerHTML = marked.parse(response.body);
a = '../policies.md'
fetch(a)
.then(b => {
Expand Down

0 comments on commit 68fc5ce

Please sign in to comment.