Skip to content
Snippets Groups Projects
Commit 8fb6f8365507 authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

avoid using already defined variable

parent 59e37e98fa32
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,7 @@
}
});
} else { // comment cancelled, close div holding the form
var comment = jQuery('#comment' + eid + 'Slot');
comment.remove();
jQuery('#comment' + eid + 'Slot').remove();
}
}
......
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