enable caching for comments

This commit is contained in:
2019-10-17 01:04:44 +02:00
parent 62e47ea4d0
commit dcd79bb343
3 changed files with 43 additions and 20 deletions

View File

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