mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-26 01:48:47 +03:00
@@ -25,7 +25,7 @@
|
|||||||
<script defer type="text/javascript">
|
<script defer type="text/javascript">
|
||||||
window.addEventListener("load", function () {
|
window.addEventListener("load", function () {
|
||||||
Github.getComments(
|
Github.getComments(
|
||||||
"{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | slugify | xml_escape }}",
|
"{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}",
|
||||||
"{{ page.issue | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape | round }}",
|
"{{ page.issue | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape | round }}",
|
||||||
function (error, comments) {
|
function (error, comments) {
|
||||||
if (error) { throw new Error(error); }
|
if (error) { throw new Error(error); }
|
||||||
|
Reference in New Issue
Block a user