further improvements, make more portable

This commit is contained in:
2019-10-16 19:46:39 +02:00
parent 6ae152a3d1
commit 4dda1e0a9c
4 changed files with 20 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ $(document).ready(function() {
url: "/comments/getcomments.php",
type: "get",
data: {
search : RelPermalink
search : "https://fsfe.org/news/2019/news-20190326-01.html"
},
success: function(data) {
var stats = data.stats;