# HG changeset patch # User Aurelien Campeas <aurelien.campeas@logilab.fr> # Date 1280483154 -7200 # Fri Jul 30 11:45:54 2010 +0200 # Node ID 46ef47deb5f33cc40184e721a8d351f1b2598217 # Parent 06bc12426e842a3ef1cd0e4a5db9c4ae059af598 [js] missing semicolon diff --git a/data/cubes.comment.js b/data/cubes.comment.js --- a/data/cubes.comment.js +++ b/data/cubes.comment.js @@ -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) {