diff options
-rw-r--r-- | mediagoblin/static/js/comment_show.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/static/js/comment_show.js b/mediagoblin/static/js/comment_show.js index 42a21817..df3c1093 100644 --- a/mediagoblin/static/js/comment_show.js +++ b/mediagoblin/static/js/comment_show.js @@ -33,7 +33,7 @@ $(document).ready(function(){ $('#button_addcomment').click(function(){ $(this).fadeOut('fast'); $('#form_comment').slideDown(function(){ - setInterval("previewComment()",500); + setInterval("previewComment()",1000); $('#comment_content').focus(); }); }); |