From c6d8a4c46f40a215fc1f6494237c7277a0d9a684 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 3 Oct 2017 01:26:06 +0200 Subject: [PATCH] Comments: Send text should be inside a span --- src/scripts/tutti/2_comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);