We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc40f2c commit 398b1f2Copy full SHA for 398b1f2
server/index_handler.go
@@ -63,7 +63,7 @@ var index = `<!DOCTYPE html><html>
63
</footer>
64
</div>
65
66
- <script src="static/index.js?v4"></script>
+ <script src="static/index.js?v5"></script>
67
</body>
68
</html>`
69
server/static/index.js
@@ -54,7 +54,7 @@ function loadActivity() {
54
55
if (type == 'forum_post') {
56
$tr.append($('<td class="title">').append($('<a>')
57
- .attr('href', 'https://www.pathofexile.com/forum/view-thread/' + activity.thread_id + '/page/' + activity.page_number + '#p' + activity.id)
+ .attr('href', 'https://www.pathofexile.com/forum/view-post/' + activity.id)
58
.text(activity.thread_title)
59
));
60
} else if (type == "reddit_post") {
0 commit comments