mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: comment post_id fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user