Fix of is name
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
20cea69f4c
commit
dbb5bfa521
@ -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); }
|
||||||
|
Loading…
Reference in New Issue
Block a user