Fix: comment post_id fix

This commit is contained in:
hyzen
2026-06-26 16:42:43 +05:30
parent b396a8e2b0
commit ee2f4c4114
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@
<script>
(function () {
var BACKEND = 'https://backend.freedoms4.org/comments.php';
var POST_ID = {{ .RelPermalink | jsonify }};
var POST_ID = {{ .RelPermalink | jsonify | safeJS }};
var username = localStorage.getItem('f4_username');
var isAdmin = false;