Skip to content
Snippets Groups Projects
Commit 54eeb5ab authored by Chris Lawton's avatar Chris Lawton
Browse files

add missing selector

parent 4f503a0a
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
showComment(this);
showEditButton(this);
hidePageDownEditor(this);
if ((commentError).length) {
if ($(commentError).length) {
hideError();
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment