diff --git a/src/scripts/tutti/2_comments.js b/src/scripts/tutti/2_comments.js index 32af0761..5b6eeecf 100644 --- a/src/scripts/tutti/2_comments.js +++ b/src/scripts/tutti/2_comments.js @@ -169,7 +169,7 @@ function show_comment_button_error(msg) { $button.html(msg); setTimeout(function(){ - $button.html(' Send'); + $button.html(' Send'); $button.removeClass('error'); $textarea.removeClass('error'); }, 2500);