Skip to content
Snippets Groups Projects
Commit 46ef47deb5f3 authored by Aurelien Campeas's avatar Aurelien Campeas
Browse files

[js] missing semicolon

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