Skip to content
Snippets Groups Projects
Commit 63854f9e authored by Václav Končický's avatar Václav Končický
Browse files

JS: Variable misnaming fix

parent d4a3ea17
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ exports.render_md = function () { ...@@ -37,7 +37,7 @@ exports.render_md = function () {
b.innerHTML = result; b.innerHTML = result;
const reply = b.parentElement.getElementsByClassName("preply")[0]; const reply = b.parentElement.getElementsByClassName("preply")[0];
reply.onclick = function() { reply.onclick = function() {
cmt.value = n.replaceAll(/^/gm, "> "); cmt.value = src.replaceAll(/^/gm, "> ");
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment