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