enable caching for comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user