change interval to 1000ms
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user