Skip to content
Snippets Groups Projects
Commit 23ff33d1457d authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

should have been done in stable

No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
* only the view for the added or edited comment
*/
function processComment(eid, cancel, creation) {
var divId = 'comment' + eid + 'Slot'
var divId = 'comment' + eid + 'Slot';
var divNode = jQuery('#'+divId);
var textarea = divNode.find('textarea')[0];
if (!cancel) {
......
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