mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +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>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
var BACKEND = 'https://backend.freedoms4.org/comments.php';
|
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 username = localStorage.getItem('f4_username');
|
||||||
var isAdmin = false;
|
var isAdmin = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user