Browse Source

gts comments tweak

master
Jon Kelbie 5 months ago
parent
commit
e4ee877607
  1. 2
      layouts/partials/mastodon/mastodon.html

2
layouts/partials/mastodon/mastodon.html

@ -57,7 +57,7 @@
document.getElementById("load-comment").addEventListener("click", function() {
document.getElementById("load-comment").innerHTML = "Loading";
fetch('http://localhost:7777/api/v1/statuses/{{ .Page.Params.comments.id }}/context')
fetch('http://localhost:85/api/v1/statuses/{{ .Page.Params.comments.id }}/context')
.then(function(response) {
return response.json();
})

Loading…
Cancel
Save